Skip to main content
A newer version of this page is available. .
Tab

SplitterPane(String) Constructor

Initializes a new instance of the SplitterPane class with the specified name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public SplitterPane(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the created pane. Initializes the SplitterPane.Name property.

See Also