Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseIsSorted Property
Gets whether the items in the list are sorted.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 2.1.0.0
Syntax
public virtual bool IsSorted { get; }

Property Value

Type: Boolean
true if this instance is sorted; otherwise, false.

Return Value

Type: Boolean
true if ApplySort has been called and RemoveSort has not been called; otherwise, false.

Return Value

Type: Boolean
true, if ApplySort(PropertyDescriptor, ListSortDirection) has been called and RemoveSort has not been called; otherwise, false.

Implements

IBindingListIsSorted
See Also