LinqDesignerDataSourceView::CanSort Property

 

Gets a value that indicates whether the LinqDataSourceView object that is associated with the current LinqDataSource control supports a sorted view of the underlying data source.

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

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

Property Value

Type: System::Boolean

true if a sorted view of the underlying data source is supported; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: