Back to Devexpress

UnboundSiteMapNode Class

aspnet-devexpress-dot-web-ab6017f5.md

latest2.3 KB
Original Source

UnboundSiteMapNode Class

Represents a node in the hierarchical site map structure maintained by the UnboundSiteMapProvider.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class UnboundSiteMapNode :
    SiteMapNode,
    IHierarchyData
vb
Public Class UnboundSiteMapNode
    Inherits SiteMapNode
    Implements IHierarchyData

The following members return UnboundSiteMapNode objects:

Implements

ICloneable

INavigateUIData

IHierarchyData

Inheritance

Object SiteMapNode UnboundSiteMapNode

See Also

UnboundSiteMapNode Members

DevExpress.Web Namespace