ASPxSiteMapControl.DefaultLevelProperties Property
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.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
DefaultLevelProperties | A DefaultLevelProperties object that contains common style settings for all levels. |
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