Skip to main content
Tab

ASPxSiteMapControlBase.Paddings Property

Gets the padding settings of the site map control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 which are defined by the site map control. Paddings defined at the site map control level are considered as the amount of space between the outer boundary of the site map control and the boundaries of its column/cloumns.

See Also