CalculationWorks Logo
BcfTableViewBaseIsSorted Property CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

Gets whether the items in the list are sorted.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.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

Reference