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: 3.0.2.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

IBindingList.IsSorted
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also