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

TdxBarManager.CategoryItemsVisible Property

Specifies whether the items of a particular category are visible.

#Declaration

Delphi
property CategoryItemsVisible[AIndex: Integer]: TdxBarItemVisible read; write;

#Property Value

Type
TdxBarItemVisible

#Remarks

Use the CategoryItemsVisible property to specify the Visible property of the items which belong to a particular category. The AIndex parameter identifies the category within the bar manager’s Categories zero-based indexed collection.

There are three possible values for the CategoryItemsVisible property. They represent three types of item visibility at runtime.

Value Meaning
ivAlways Items are visible on toolbars and listed in the Customization Form.
ivNever Items are not visible both on toolbars and the Customization Form.
ivInCustomizing Items are visible on toolbars and listed in the Customization Form when customizing.

If the category does not exist, this property returns ivNever.

Refer to the Customization Form - Category Modify topic to find out how to specify the CategoryItemsVisible property at design time.

Note

At design time all the items are visible and displayed in the Customization Form.

See Also