TdxRibbonTabGroup.ToolBar Property
Specifies the toolbar that is associated with the group.
Declaration
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