LevelPropertiesCollection(ASPxSiteMapControlBase) Constructor
Initializes a new instance of the LevelPropertiesCollection class with the specified owner.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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