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