C1.Win.C1FlexGrid Namespace / GridGlyphs Class
Members

GridGlyphs Class
Represents a collection of glyphs (images) indexed by glyph type (GlyphEnum type).
Object Model
GridGlyphs Class
Syntax
'Declaration
 
Public Class GridGlyphs 
 
Remarks

The GridGlyphs collection contains the images used by the grid to indicate column sorting direction, collapsed and expanded outline groups, check boxes, cursors, error information, etc.

You can use the C1FlexGridBase.Glyphs property get or set these images.

Inheritance Hierarchy

System.Object
   C1.Win.C1FlexGrid.GridGlyphs

See Also