'Declaration
Public ReadOnly Property Glyphs As GridGlyphs
public GridGlyphs Glyphs {get;}
'Declaration
Public ReadOnly Property Glyphs As GridGlyphs
public GridGlyphs Glyphs {get;}
The C1FlexGridBase.Glyphs property returns a GridGlyphs collection with an indexer of type GlyphEnum. This collection allows you to get or set the images used to indicate column sorting, collapsed and expanded outline groups, check boxes, cursors, error information, etc.
Note: Setting a glyph to null restores the default (built-in) image. If you want to make a glyph invisible, set it to a small blank image instead.