Gets whether the list supports sorting.

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

Syntax

C#
public bool SupportsSorting { get; }
Visual Basic
Public ReadOnly Property SupportsSorting As Boolean
	Get
Visual C++
public:
virtual property bool SupportsSorting {
	bool get () sealed;
}
F#
abstract SupportsSorting : bool with get
override SupportsSorting : bool with get

Property Value

Type: Boolean

Return Value

Type: Boolean
true if the list supports sorting; otherwise, false.

Implements

IBindingList..::..SupportsSorting

See Also