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

TdxBarItemLink.ViewLayout Property

Specifies the order in which the item link’s glyph, caption, and embedded control are displayed in the item link’s controls.

#Declaration

Delphi
property ViewLayout: TdxBarItemViewLayout read; write; default ivlGlyphCaptionControl;

#Property Value

Type Default
TdxBarItemViewLayout ivlGlyphCaptionControl

#Remarks

Options include:

Value Meaning
ivlGlyphCaptionControl Glyph, then caption, and then embedded control.
ivlGlyphControlCaption Glyph, then embedded control, and then caption.

By default, the ViewLayout property is set to ivlGlyphControlCaption for check box controls. However, for check box controls located in submenus or popup menus, ivlGlyphControlCaption is ignored – they are painted as if the ivlGlyphCaptionControl option is used. This built-in behavior helps you reproduce the look and feel of the Microsoft Office check box controls in your applications.

The default value of the ViewLayout property is ivlGlyphCaptionControl.

See Also