Skip to main content

TdxDockingManager.DockZonesWidth Property

Specifies the default width of dock zones.

Declaration

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