TdxDockControl.DockingStyle Property
In This Article
Indicates the dock control’s docking style.
#Declaration
Delphi
property DockingStyle: TdxBarDockingStyle read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the DockingStyle property to determine the container’s edge where the current dock control is docked. If you need to change the dock control’s docking style, use the Align property instead.
Note
The Docking
See Also