[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.GlyphEnum

GlyphEnum Enum

Specifies a type of glyph (image) used by the grid to convey information about a row, column, or cell.

Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
public enum GlyphEnum

Fields

Name Description
Ascending

Indicates column sorted in ascending order (default is hollow triangle pointing up).

Checked

Checkbox in checked state.

Collapsed

Collapsed tree node (default is plus sign).

DBAdd

Indicates row being added to data source (default is asterisk).

DBCursor

Indicates current record (default is black triangle pointing right).

Descending

Indicates column sorted in descending order (default is hollow triangle pointing down).

DetailCollapsed

Expanded row with details (default is minus sign).

DetailExpanded

Collapsed row with details (default is plus sign).

ErrorInfo

Indicates row or cell error (default is red exclamation sign).

Expanded

Expanded tree node (default is minus sign).

ExpressionEditor

Indicates that a column has a expression editor.

FilterEditor

Indicates that a column has a drop-down filter editor.

FilteredColumn

Indicates that a column has a filter currently active.

Grayed

Checkbox in gray (undefined) state.

Pin

Indicates that a column can be pinned (frozen).

Unchecked

Checkbox in unchecked state.

Unpin

Indicates that a column can be unpinned (regular).