ComponentOne FlexGrid for WinForms
Item Property (GridGlyphs)

C1.Win.C1FlexGrid Namespace > GridGlyphs Class : Item Property
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

Reference

GridGlyphs Class
GridGlyphs Members