True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / GlyphType Enumeration

In This Topic
    GlyphType Enumeration
    In This Topic
    Specifies a type of glyph (image) used by the grid.
    Syntax
    'Declaration
     
    Public Enum GlyphType 
       Inherits System.Enum
    public enum GlyphType : System.Enum 
    Members
    MemberDescription
    AddNewRowIndicates the AddNew row in the record selector.
    CheckBoxCheckedIndicates Checkbox in checked state.
    CheckBoxIndeterminateIndicates Checkbox in indeterminate state.
    CheckBoxUncheckedIndicates Checkbox in unchecked state.
    ColInsertLeftIndicates the left position where column can be inserted.
    ColInsertUpIndicates the up position where column can be inserted.
    CollapsedIndicates the Collapsed tree node (default is plus sign).
    CurrentRowIndicates the Current row in the record selector.
    ExpandedIndicates the Expanded tree node (default is minus sign).
    ExpressionEditorIndicates that a column has a expression editor.
    FilterBarIndicates the FilterBar row in the record selector.
    FilteredColumnIndicates that a column has a filter currently active.
    FilterEditorIndicates that a column has a drop-down filter editor.
    FooterRowIndicates the Footer row in the record selector.
    HeaderRowIndicates the Header row in the record selector.
    ModifiedRowIndicates the Modified row in the record selector.
    SortAscendingIndicates column sorted in ascending order.
    SortDescendingIndicates column sorted in descending order
    StandardRowIndicates the Standard row in the record selector.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1TrueDBGrid.GlyphType

    See Also