FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / GlyphEnum Enumeration

In This Topic
    GlyphEnum Enumeration
    In This Topic
    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).
    DetailCollapsedExpanded row with details (default is minus sign).
    DetailExpandedCollapsed row with details (default is plus sign).
    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.
    PinIndicates that a column can be pinned (frozen).
    UncheckedCheckbox in unchecked state.
    UnpinIndicates that a column can be unpinned (regular).
    Inheritance Hierarchy

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

    See Also