Skip to main content

DockZoneSettings.PanelSpacing Property

Gets or sets the spacing between panels within the zone.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public Unit PanelSpacing { get; set; }

Property Value

Type Description
Unit

A Unit object that specifies the spacing.

Remarks

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

See Also