Skip to main content

TdxCustomLayoutGroupButton.Glyph Property

Specifies a custom glyph for a layout group button.

Declaration

property Glyph: TdxSmartGlyph read; write;

Property Value

Type
TdxSmartGlyph

Remarks

Use this property to mark the group button with a custom glyph. To assign a glyph at design time, click the Glyph property’s ellipsis button in Object Inspector to open the “Glyph Editor” dialog and load a custom image or choose a glyph from the DevExpress Icon Library.

Note

The layout group’s check box ignores the Glyph property value since the check box has predefined glyphs for all states.

See Also