Skip to main content
A newer version of this page is available. .
Tab

DefaultLevelProperties Class

Contains the common appearance settings for all node hierarchy levels within the site map control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class DefaultLevelProperties :
    LevelProperties

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.

Inheritance

See Also