SiteMapControlColumnSeparatorTemplateContainer(Int32, SiteMapNode) Constructor
Initializes a new instance of the SiteMapControlColumnSeparatorTemplateContainer class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
cellIndex | Int32 | An integer value that is the rendered cell’s index. |
node | SiteMapNode | A SiteMapNode object. |
Remarks
This constructor is used to create a new SiteMapControlColumnSeparatorTemplateContainer class instance and initialize its particular properties with the specified values.
See Also