TCustomdxBarControl.DockingStyle Property
Determines the current docking style of the current bar control.
Declaration
property DockingStyle: TdxBarDockingStyle read; write;
Property Value
Type |
---|
TdxBarDockingStyle |
Remarks
The DockingStyle property specifies the dock to which the current bar control is docked. For instance, if the DockingStyle is set dsTop, the bar control is docked to the top of a form. If the DockingStyle is set to dsNone, the toolbar floats.
See Also