LevelProperties.NodePaddings Property
Gets the padding settings of each individual site map node belonging to the current level.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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