LevelProperties.CurrentNodeStyle Property
In This Article
Gets the style settings for the site map node that refers to the page currently displayed within the client browser.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual AppearanceSelectedStyle CurrentNodeStyle { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#Remarks
The CurrentNodeStyle property provides access to the style settings which define the appearance style of the site map node whose URL corresponds to the web page which the site map control belongs to.
See Also