DockZoneSettings.Paddings Property
In This Article
Gets the padding settings of the zone.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Paddings | A Paddings object that contains padding settings. |
#Remarks
The Paddings property provides access to the padding settings of a current zone. The padding is the amount of space between a panel and the boundaries of the zone.
See Also