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

ASPxSplitter.GetPaneByStringPath(String, String) Method

Returns the splitter’s pane specified by its path within the ASPxSplitter.Panes collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public SplitterPane GetPaneByStringPath(
    string stringPath,
    string pathSeparator
)

Parameters

Name Type Description
stringPath String

A string value specifying the pane’s path within the ASPxSplitter.Panes collection.

pathSeparator String

A string value specifying the separator of the path’s items.

Returns

Type Description
SplitterPane

An SplitterPane object representing the pane specified by its path.

See Also