Back to Devexpress

TdxBarManager.Items Property

vcl-dxbar-dot-tdxbarmanager-3fc06b16.md

latest1.1 KB
Original Source

TdxBarManager.Items Property

Provides indexed access to toolbar items in the bar manager collection.

Declaration

delphi
property Items[Index: Integer]: TdxBarItem read;

Property Value

TypeDescription
TdxBarItem

A toolbar item.

|

Remarks

Use the ItemCount property to identify the number of toolbar items accessible through the Items property.

You can call GetItemByCategory, GetAllItemsByCategory, and GetItemsByCategory functions to access bar manager items by their category. To access toolbar items by their names, call the GetItemByName function.

See Also

TdxBarManager Class

TdxBarManager Members

dxBar Unit