[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GridChangedTypeEnum

GridChangedTypeEnum Enum

Specifies the type of change that occurred when the controls fires the GridChanged event.

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

Fields

Name 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.