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

TdxDockingManager.DockZonesWidth Property

Specifies the default width of dock zones.

#Declaration

Delphi
property DockZonesWidth: Integer read; write; default dxDockZonesWidth;

#Property Value

Type
Integer

#Remarks

Dock zones are areas of dock controls where other controls can be docked. There are two different kinds of dock zones. One type of zone is aligned to edges of dock controls. Other zones are aligned to the entire dock control or to its elements.

Zones of the first type have a fixed width. If a single zone is at a control’s edge, its width is specified by the DockZonesWidth property. This property value is set in pixels.

If there are several zones, they are placed one onto another. The higher the zone, the less its width. The width of the bottommost zone is specified by the DockZonesWidth property. The image below shows examples.

For more information regarding dock zones, please refer to the Dock Zones topic.

The default value of the DockZonesWidth property is dxDockZonesWidth.

See Also