LevelProperties.NodeSpacing Property
Gets or sets the amount of space between the client regions of the site map nodes that belong to the same level.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit that represents the spacing value. |
Remarks
Use the NodeSpacing property to define the spacing between the client regions of the adjacent site map nodes which belong to the same hierarhcy level. If a site map node doesn’t have child nodes, its client region is represented by its caption and image (if any). The client region of a node that has any children represents the area that holds the parent node and all its child nodes.
See Also