EntityDataSourceView::CanSort Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.dll)

public:
property bool CanSort {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the operation is supported; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: