Skip to main content

TdxCustomLayoutGroupButton.Glyph Property

Specifies a glyph for the layout group button.

Declaration

property Glyph: TdxSmartGlyph read; write;

Property Value

Type Description
TdxSmartGlyph

The glyph container.

Remarks

You can use the Glyph property to display a custom glyph in the group button. To assign a glyph at design time, click the Glyph property’s ellipsis button in the Object Inspector to open the Glyph Editor dialog and load a custom image or choose a glyph from the DevExpress Icon Library.

Limitations

The layout group’s check box ignores the Glyph property because check boxes use predefined glyphs for all states.

See Also