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

TdxBarLargeButton.GlyphLayout Property

Determines the glyph layout on a button.

#Declaration

Delphi
property GlyphLayout; default glTop;

#Property Value

Type Default
TdxBarGlyphLayout glTop

#Remarks

Use this property to set or get the glyph layout on a button. There are four different layouts:

Value Description Example
glBottom Glyph positioned under text.
glLeft Glyph positioned to the left of the text.
glRight Glyph positioned to the right of the text.
glTop Glyph positioned above the text.

If the large button belongs to a submenu or sub item, the image is always drawn to the left of the caption.

See Also