'Declaration
Public Enum AllowFreezingEnum Inherits System.Enum
public enum AllowFreezingEnum : System.Enum
'Declaration
Public Enum AllowFreezingEnum Inherits System.Enum
public enum AllowFreezingEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.AllowFreezingEnum