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

LevelProperties.NodePaddings Property

Gets the padding settings of each individual site map node belonging to the current level.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual Paddings NodePaddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

Remarks

The NodePaddings property provides access to the padding settings of the site map nodes within the current hierarchy level. Paddings defined at the level of a site map node are considered as the amount of space between the outer boundary of the site map node and the boundaries of the column in which the node is displayed (or the boundaries of the ajacent nodes of the same hierarchy level).

See Also