Back to Devexpress

LevelProperties.CurrentNodeStyle Property

aspnet-devexpress-dot-web-dot-levelproperties-3df7cf2e.md

latest1.4 KB
Original Source

LevelProperties.CurrentNodeStyle Property

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

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual AppearanceSelectedStyle CurrentNodeStyle { get; }
vb
Public Overridable ReadOnly Property CurrentNodeStyle As AppearanceSelectedStyle

Property Value

TypeDescription
AppearanceSelectedStyle

A AppearanceSelectedStyle object that contains the style settings.

|

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

LevelProperties Class

LevelProperties Members

DevExpress.Web Namespace