'Declaration Public Enum AllowFreezing Inherits System.Enum
public enum AllowFreezing : System.Enum
'Declaration Public Enum AllowFreezing Inherits System.Enum
public enum AllowFreezing : 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 use mouse to 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.WPF.FlexGrid.AllowFreezing