'Declaration
Public Enum GridChangedTypeEnum Inherits System.Enum
public enum GridChangedTypeEnum : System.Enum
'Declaration
Public Enum GridChangedTypeEnum Inherits System.Enum
public enum GridChangedTypeEnum : System.Enum
Member | Description |
---|---|
AfterCollapse | A tree node has just been collapsed or expanded. |
AfterSelChange | The selection has just changed. |
BeforeCollapse | A tree node is about to be collapsed or expanded. |
BeforeSelChange | The selection is about to change. |
CellChanged | The value in a cell has changed. |
ColAdded | A column has been added to the grid. |
ColMoved | A column has been moved into a new position. |
ColRemoved | A column has been removed from the grid. |
ColSelected | A column has been selected or de-selected. |
EnsureVisible | A tree node will be scrolled into view. |
ExpressionChanged | The column expression has changed. |
ExpressionsAllowed | Expressions are allowed |
GridChanged | The number of grid rows or columns has changed. |
GroupExpressionChanged | The column group expression has changed. |
LayoutChanged | The number of fixed grid rows or columns has changed. |
None | No action. |
RepaintGrid | The grid has been invalidated and will be repainted. |
RepaintRange | A range has been invalidated and will be repainted. |
RowAdded | A row has been added to the grid. |
RowMoved | A row has been moved into a new position. |
RowRemoved | A row has been removed from the grid. |
RowSelected | A row has been selected or de-selected. |
Select | A tree node will be selected. |
StyleApplied | A style has been applied to a range. |
StyleChanged | A style definition has changed. |
Update | The grid will be repainted. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.GridChangedTypeEnum