QueryableDataSourceView.CanSort Property

Definition

Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports a sorted view of the retrieved data.

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

Property Value

true if the object supports a sorted view of the retrieved data; otherwise, false.

Applies to