FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / GridGlyphs Class / Item Property

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

    Parameters

    glyph
    Remarks
    Setting a glyph to null causes the grid to use the default image for the glyph. To suppress a glyph, assign it a small transparent image.
    See Also