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

TdxRibbonSkinSelectorCustomChooserOptions.Visible Property

Specifies if the current chooser UI element is visible.

#Declaration

Delphi
property Visible: TdxBarItemVisible read; write; default ivAlways;

#Property Value

Type Default Description
TdxBarItemVisible ivAlways

The active bar item visibility mode.

#Remarks

Use the Visible property to hide or display the skin or palette chooser gallery in different Ribbon UI states.

#Default Value

The Visible property’s default value is ivAlways.

See Also