ASPxSplitter.GetPaneByStringPath(String, String) Method
In This Article
Returns the splitter’s pane specified by its path within the ASPxSplitter.Panes collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SplitterPane GetPaneByStringPath(
string stringPath,
string pathSeparator
)
#Parameters
Name | Type | Description |
---|---|---|
string |
String | A string value specifying the pane’s path within the ASPx |
path |
String | A string value specifying the separator of the path’s items. |
#Returns
Type | Description |
---|---|
Splitter |
An Splitter |
See Also