Skip to main content
Tab

SiteMapNodeCommandEventArgs.SiteMapNode Property

Gets a node object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public SiteMapNode SiteMapNode { get; }

Property Value

Type Description
SiteMapNode

A SiteMapNode object, manipulations on which forced the event to be raised.

Remarks

The SiteMapNode property represents a SiteMapNode object concerned with raising the event.

See Also