[]
Represents a collection of glyphs (images) indexed by glyph type (GlyphEnum type).
public class GridGlyphs : IDisposable
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.
Name | Description |
---|---|
this[GlyphEnum, IconsStyle] | Gets or sets the glyph for a particular GlyphEnum value. |
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. |