DataViewSetting::ApplyDefaultSort Property

 

Gets or sets a value indicating whether to use the default sort.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

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

Property Value

Type: System::Boolean

true if the default sort is used; otherwise false.

.NET Framework
Available since 1.1
Return to top
Show: