True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / GridGlyphs Class / Item Property

In This Topic
    Item Property (GridGlyphs)
    In This Topic
    Gets or sets the glyph for a particular GlyphType value.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal glyph As GlyphType _
    ) As System.Drawing.Image
    public System.Drawing.Image this[ 
       GlyphType glyph
    ]; {get; set;}

    Parameters

    glyph
    Remarks
    Setting a glyph to null causes the grid to use the default image for the glyph.
    See Also