[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SortState

SortState Enum

Specifies the sorting state for the current column so the column renderer knows which sorting image to draw.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum SortState
Public Enum SortState

Fields

Name Description
Ascending

Sorted in ascending order.

AscendingDisabled

Sorted in ascending order, and the control is disabled.

Descending

Sorted in descending order.

DescendingDisabled

Sorted in descending order, and the control is disabled.

None

Sorting is not enabled.

Unsorted

Sorting is available, but not currently in use.

UnsortedDisabled

Sorting is not enabled, and the control is disabled.

OSZAR »