TdxRibbonTabGroup.ToolBar Property
In This Article
Specifies the toolbar that is associated with the group.
#Declaration
Delphi
property ToolBar: TdxBar read; write;
#Property Value
Type |
---|
Tdx |
#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