Skip to main content
A newer version of this page is available. .
Tab

ASPxDockZone.PanelSpacing Property

Gets or sets the spacing between panels within the zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit PanelSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit object that specifies the spacing.

Remarks

The PanelSpacing property specifies vertical spacing for vertically oriented zones (the ASPxDockZone.Orientation property is set to Vertical) and horizontal spacing for horizontally oriented zones (the ASPxDockZone.Orientation property is set to Horizontal).

See Also