TdxBar.DockingStyle Property
In This Article
Specifies toolbar UI layout.
#Declaration
Delphi
property DockingStyle: TdxBarDockingStyle read; write;
#Property Value
Type | Description |
---|---|
Tdx |
The active toolbar UI docking mode. |
#Remarks
Use the DockingStyle
property to change the style and position of toolbar UI elements. Refer to the TdxBarDockingStyle type description for details.
See Also