ASPxSiteMapControl.DefaultLevelProperties Property
In This Article
Gets an object that contains common appearance settings for all hierarchy levels within the current site map control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DefaultLevelProperties DefaultLevelProperties { get; }
#Property Value
Type | Description |
---|---|
Default |
A Default |
#Remarks
The DefaultLevelProperties property provides access to common style settings which define the appearance of all hierarchy levels of the nodes displayed by the current site map control.
Style settings of a particular hierarchy level can be accessed via the ASPxSiteMapControl.LevelProperties collection using index notation.
See Also