Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDockControl.DockingStyle Property

Indicates the dock control’s docking style.

#Declaration

Delphi
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