DataSourceSelectResultProcessingOptions::AutoSort Property

.NET Framework (current version)
 

Indicates whether sorting is done automatically by the ModelDataSourceView object.

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

public:
property bool AutoSort {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to indicate that sorting is done automatically; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: