Back to Devexpress

TdxRibbonTabGroup.ToolBar Property

vcl-dxribbon-dot-tdxribbontabgroup-ec6fcc71.md

latest755 B
Original Source

TdxRibbonTabGroup.ToolBar Property

Specifies the toolbar that is associated with the group.

Declaration

delphi
property ToolBar: TdxBar read; write;

Property Value

Type
TdxBar

Remarks

Bar items are embedded into the group by means of a bar:

  • Place the required item controls into a bar;

  • Dock this bar into the group using the ToolBar property.

See Also

TdxRibbonTabGroup.Caption

TdxRibbonTabGroup Class

TdxRibbonTabGroup Members

dxRibbon Unit