[]
        
(Showing Draft Content)

C1.Win.FlexGrid.AllowFreezingEnum

AllowFreezingEnum Enum

Specifies whether the user should be able to freeze rows and columns with the mouse.

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

Fields

Name Description
Both

The user may freeze rows and columns by dragging the frozen region boundaries with the mouse.

Columns

The user may freeze columns by dragging the frozen region vertical boundary with the mouse.

None

The user may not freeze rows or columns.

Rows

The user may freeze rows by dragging the frozen region horizontal boundary with the mouse.