Item Property (GridGlyphs)
In This Topic
Gets or sets the glyph for a particular
GlyphEnum value.
Syntax
'Declaration
Public Default Property Item( _
ByVal As GlyphEnum _
) As C1Icon
public C1Icon this[
GlyphEnum
]; {get; set;}
Parameters
- glyph
See Also