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

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.v19.1.dll

Declaration

public DefaultLevelProperties DefaultLevelProperties { get; }

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