ComponentOne FlexGrid for WinForms
GlyphEnum Enumeration

C1.Win.C1FlexGrid Namespace : GlyphEnum Enumeration
Specifies a type of glyph (image) used by the grid to convey information about a row, column, or cell.
Syntax
'Declaration
 
Public Enum GlyphEnum 
   Inherits System.Enum
public enum GlyphEnum : System.Enum 
Members
MemberDescription
AscendingIndicates column sorted in ascending order (default is hollow triangle pointing up).
CheckedCheckbox in checked state.
CollapsedCollapsed tree node (default is plus sign).
DBAddIndicates row being added to data source (default is asterisk).
DBCursorIndicates current record (default is black triangle pointing right).
DescendingIndicates column sorted in descending order (default is hollow triangle pointing down).
ErrorInfoIndicates row or cell error (default is red exclamation sign).
ExpandedExpanded tree node (default is minus sign).
ExpressionEditorIndicates that a column has a expression editor.
FilteredColumnIndicates that a column has a filter currently active.
FilterEditorIndicates that a column has a drop-down filter editor.
GrayedCheckbox in gray (undefined) state.
UncheckedCheckbox in unchecked state.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.GlyphEnum

See Also

Reference

C1.Win.C1FlexGrid Namespace