Skip to main content
Tab

SiteMapControlColumnSeparatorTemplateContainer(Int32, SiteMapNode) Constructor

Initializes a new instance of the SiteMapControlColumnSeparatorTemplateContainer class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public SiteMapControlColumnSeparatorTemplateContainer(
    int cellIndex,
    SiteMapNode node
)

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