ASPxSplitter.GetPaneByPath(Int32[]) 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 GetPaneByPath(
int[] path
)
#Parameters
Name | Type | Description |
---|---|---|
path | Int32[] | An integer value specifying the pane’s path within the ASPx |
#Returns
Type | Description |
---|---|
Splitter |
An Splitter |
See Also