DefaultLevelProperties Class
Contains the common appearance settings for all node hierarchy levels within the site map control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DefaultLevelProperties :
LevelProperties
#Related API Members
The following members return DefaultLevelProperties objects:
#Remarks
The DefaultLevelProperties class contains style settings which define the appearance of all hierarchy levels of the nodes displayed by the site map control. An instance of this class is exposed via the ASPxSiteMapControl.DefaultLevelProperties property.
The DefaultLevelProperties class is an immediate descendant of the LevelProperties class which entirely implements the functionality of an individual hierarchy level. Style settings of a particular hierarchy level can be accessed via the ASPxSiteMapControl.LevelProperties collection using index notation.