Skip to main content
Tab

LevelPropertiesCollection(ASPxSiteMapControlBase) Constructor

Initializes a new instance of the LevelPropertiesCollection class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LevelPropertiesCollection(
    ASPxSiteMapControlBase siteMapControl
)

Parameters

Name Type Description
siteMapControl ASPxSiteMapControlBase

An ASPxSiteMapControlBase specifying the control that will own the collection.

Remarks

This constructor is used to create a new instance of the LevelPropertiesCollection class with the specified owner.

Note

This constructor is primarily used by control developers.

See Also