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

In This Topic
    GridGlyphs Class
    In This Topic
    Represents a collection of glyphs (images) indexed by glyph type (GlyphEnum type).
    Object Model
    GridGlyphs Class
    Syntax
    'Declaration
     
    
    Public Class GridGlyphs 
    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