[]
Gets or sets the glyph for a particular GlyphEnum value.
public C1Icon this[GlyphEnum glyph, IconsStyle iconsStyle = IconsStyle.Default] { get; set; }
Public Default Property Item(glyph As GlyphEnum, iconsStyle As IconsStyle = IconsStyle.Default) As C1Icon
| Type | Name | Description |
|---|---|---|
| GlyphEnum | glyph | |
| IconsStyle | iconsStyle |
Setting a glyph to null causes the grid to use the default image for the glyph. To suppress a glyph, assign it a small transparent image.