Skip to main content

TdxDockControl.DockingStyle Property

Indicates the dock control’s docking style.

Declaration

property DockingStyle: TdxBarDockingStyle read;

Property Value

Type
TdxBarDockingStyle

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 DockingStyle property value matches the DockingStyle property values for all the bars that reside within a dock control.

See Also