ASPxSplitter.GetPaneByPath(Int32[]) Method
Returns the splitter’s pane specified by its path within the ASPxSplitter.Panes collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| path | Int32[] | An integer value specifying the pane’s path within the ASPxSplitter.Panes collection. |
Returns
| Type | Description |
|---|---|
| SplitterPane | An SplitterPane object representing the pane specified by its path. |
See Also