Back to Devexpress

ASPxSiteMapControl.DefaultLevelProperties Property

aspnet-devexpress-dot-web-dot-aspxsitemapcontrol.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public DefaultLevelProperties DefaultLevelProperties { get; }
vb
Public ReadOnly Property DefaultLevelProperties As DefaultLevelProperties

Property Value

TypeDescription
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

LevelProperties

Site Map Control

ASPxSiteMapControl Class

ASPxSiteMapControl Members

DevExpress.Web Namespace