Back to Devexpress

TdxBarManager.Categories Property

vcl-dxbar-dot-tdxbarmanager-c1fa2ea9.md

latest1.5 KB
Original Source

TdxBarManager.Categories Property

Provides access to the bar manager’s categories.

Declaration

delphi
property Categories: TStrings read; write;

Property Value

Type
TStrings

Remarks

Refer to the description of the TStrings class to learn how to manage contents of this property.

Note

When removing a category all its items are also removed.

See Also

TdxBarItem.Category

TdxBarManager.CategoryItemsVisible

TdxBarManager.CategoryVisible

TdxBarManager.GetAllItemsByCategory

TdxBarManager.GetCountByCategory

TdxBarManager.GetItemByCategory

TdxBarManager.GetItemsByCategory

TdxBarManager.CategoryItemsVisible, TdxBarManager.Categories Example

TdxBarManager Class

TdxBarManager Members

dxBar Unit