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.CategoryVisible Property

Specifies whether a particular category is visible.

#Declaration

Delphi
property CategoryVisible[AIndex: Integer]: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

A category is contained in the bar manager’s Categories zero-based indexed collection. An end-user can access a category through the bar manager’s Customization Form. Use the CategoryVisible property to specify whether the category defined by the AIndex parameter is visible in the Customization Form at runtime. If the value of this property is True, the category is visible in the list of categories in the Customization Form and can be modified.

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

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

At design time all the categories are always visible in the Customization Form.

See Also