Gets whether the list supports sorting.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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