Back to Devexpress

TdxBarContainerItem Class

vcl-dxbar-41828435.md

latest1.8 KB
Original Source

TdxBarContainerItem Class

A bar item that contains programmatically added links to other bar items.

Declaration

delphi
TdxBarContainerItem = class(
    TCustomdxBarContainerItem
)

Remarks

This class represents the item in which the programmer may specify links to other items of the TdxBarManager. By populating the ItemLinks property with appropriate values, you can create a structure that resembles Favorites in Microsoft Internet Explorer. The ItemLinks property can be updated at any moment in time, however, it can be easier to perform this action in the OnGetData event handler.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarItem TdxBarButtonLikeItem TCustomdxBarSubItem TCustomdxBarContainerItem TdxBarContainerItem

See Also

TdxBarContainerItemControl

List of Bar Item Types

TdxBarContainerItem, TdxBarItemLink.BeginGroup Example

TdxBarContainerItem Members

dxBar Unit