다음을 통해 공유


QueryableDataSourceView.AutoSort 속성

정의

현재 QueryableDataSourceView 컨트롤과 연결된 QueryableDataSource 개체가 기본적으로 정렬을 지원하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

정렬이 지원되면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

적용 대상