[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GridGlyphs

GridGlyphs Class

Represents a collection of glyphs (images) indexed by glyph type (GlyphEnum type).

Inheritance
GridGlyphs
Implements
Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public class GridGlyphs : IDisposable
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 Glyphs property get or set these images.

Properties

Name Description
this[GlyphEnum, IconsStyle]

Gets or sets the glyph for a particular GlyphEnum value.

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose(bool)

Releases unmanaged and - optionally - managed resources.

GetIconImage(GlyphEnum, CellStyle, IconsStyle)

Returns image generated from the vectorial icon.