Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomLayoutGroupButton.Glyph Property

Specifies a glyph for the layout group button.

#Declaration

Delphi
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