SplitterPaneCollection.Item[String] Property
Gets a pane object with the specified SplitterPane.Name property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value representing the SplitterPane.Name property value of the required pane. |
Property Value
| Type | Description |
|---|---|
| SplitterPane | A SplitterPane object with a specific value of the SplitterPane.Name property. |
Remarks
Use this property to obtain a pane specified by a unique name, assigned to its SplitterPane.Name property.
See Also