Gets whether the items in the list are sorted.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public bool IsSorted { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsSorted As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsSorted { bool get () sealed; } |
| F# |
|---|
abstract IsSorted : bool with get override IsSorted : bool with get |
Property Value
Type: BooleanReturn Value
Type: Booleantrue if ApplySort(PropertyDescriptor, ListSortDirection) has been called and RemoveSort()()()() has not been called; otherwise, false.
Implements
IBindingList..::..IsSorted
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | SupportsSorting is false. |