Gets or sets a value indicating whether the Grid keeps selected Rows in a sorted order.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool Sorted { get; set; }
Visual Basic
Public Property Sorted As Boolean
	Get
	Set
Visual C++
public:
property bool Sorted {
	bool get ();
	void set (bool value);
}
F#
member Sorted : bool with get, set

Property Value

Type: Boolean
true if sorted; otherwise, false.

Remarks

The sort of selected Rows takes CPU resources. Set this property to false to accelerate the Grid.

See Also