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

TdxBarComponent.Visible Property

Specifies the bar component’s visibility state in the parent bar manager at runtime.

#Declaration

Delphi
property Visible: TdxBarItemVisible read; write;

#Property Value

Type
TdxBarItemVisible

#Remarks

Options include:

Value Description
ivAlways The bar component is visible on a toolbar and in the Customization Form.
ivNever The component is hidden on a toolbar and is not listed in the Customization Form.
ivInCustomizing Only the Customization Form displays the component.
ivNotInCustomizing The component is visible only on a toolbar. The Customization Form does not list the component.

Note

The bar component is always visible at design time.

The Visible property’s default value is ivAlways.

See Also