Skip to main content
Tab

SiteMapColumn.Paddings Property

Gets the padding settings of the column.

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 of an individual column within a site map control. Paddings defined at the column level are considered to be the amount of space between the outer boundaries of the column and the boundaries of its contents (site map nodes of different levels).

See Also