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

ASPxDockZone.Paddings Property

Gets the padding settings of the zone.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public Paddings Paddings { get; }

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