[]
        
(Showing Draft Content)

C1.Win.FlexGrid.AllowSortingEnum

AllowSortingEnum Enum

Specifies whether the user should be able to sort columns with the mouse.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum AllowSortingEnum

Fields

Name Description
Auto

The user may sort single columns by clicking on its header cell or may sort multiple columns with Ctrl+click.

ColumnRange

The user may sort a range of columns by clicking on the header cell of the rightmost column in the range.

MultiColumn

The user may sort multiple columns by clicking on their headers one by one.

None

The user may not sort columns with the mouse.

SingleColumn

The user may sort single columns by clicking on its header cell.