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

TdxZone.Width Property

Gets the width of the zone.

#Declaration

Delphi
property Width: Integer read;

#Property Value

Type
Integer

#Remarks

The Width property returns the width of the zone in pixels. Note that the width of the zone specifies its entire dimension. The reason is that at least one dimension of a zone is controlled by the corresponding dimension of its owning control. For instance, the height of the left dock zone is specified by the owner control’s height. Dimensions of client zones match the dimensions of the owning control.

The width of a zone is specified by the constructor’s parameter.

You can access the position and dimensions of a zone via the Rectangle property.

See Also