SplitterPane.Name Property
In This Article
Gets or sets the unique identifier name for the current pane.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string value that specifies the item’s unique identifier name. |
#Remarks
The Name
property specifies the unique identifier name for the current pane. This property can be used at runtime to obtain a particular pane specified by its unique identifier name rather than by its index within a SplitterPaneCollection.
See Also