DockZoneSettings.PanelSpacing Property
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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