LevelProperties.ChildNodesPaddings Property
Gets the padding settings of the immediate child nodes of the site map nodes 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 ChildNodesPaddings property provides access to the padding settings of the immediate child nodes of the site map nodes which belong to the current hierarchy level. Child node paddings are considered as the amount of space between the outer boundary of the area which contains the child nodes and the boundaries of the parent node’s client region (such as a node’s boundaries, boundaries of a column of boundaries of a site map control).
See Also