FastBindingListTIsSorted Property

Gets whether the items in the list are sorted.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool IsSorted { get; }

Property Value

Boolean

Implements

IBindingListIsSorted

Remarks

This property returns the value of the overridable IsSortedCore property.

See Also