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, _
   Optional ByVal iconsStyle As IconsStyle _
) As Image
 

Parameters

glyph
iconsStyle
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