Share via


EntityDataSourceView.CanSort 속성

정의

현재 EntityDataSource 컨트롤과 연결된 EntityDataSourceView 개체가 검색된 데이터의 정렬된 뷰를 지원하는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool CanSort { bool get(); };
public override bool CanSort { get; }
member this.CanSort : bool
Public Overrides ReadOnly Property CanSort As Boolean

속성 값

Boolean

작업이 지원되면 true이고, 그렇지 않으면 false입니다.

적용 대상