다음을 통해 공유


DataSourceSelectResultProcessingOptions.AutoSort 속성

정의

ModelDataSourceView 개체에서 정렬을 자동으로 실행할지 여부를 나타냅니다.

public:
 property bool AutoSort { bool get(); void set(bool value); };
public bool AutoSort { get; set; }
member this.AutoSort : bool with get, set
Public Property AutoSort As Boolean

속성 값

Boolean

정렬을 자동으로 수행함을 나타내려면 true이고, 그렇지 않으면 false입니다.

적용 대상