SplitterPaneCollection.Item[String] Property
In This Article
Gets a pane object with the specified SplitterPane.Name property value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SplitterPane this[string name] { get; }
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value representing the Splitter |
#Property Value
Type | Description |
---|---|
Splitter |
A Splitter |
#Remarks
Use this property to obtain a pane specified by a unique name, assigned to its SplitterPane.Name property.
See Also