SplitterPane.Panes Property
Gets a collection that contains the child panes of the current pane.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SplitterPaneCollection Panes { get; }
#Property Value
Type | Description |
---|---|
Splitter |
A Splitter |
#Remarks
Use the Panes property to access the child panes of the current pane, if any. This collection contains only the panes at the next level. To access panes further down the hierarchy tree, use the Panes property of a subsequent pane. If the Panes property is the null reference (Nothing in Visual Basic), the current pane does not have any child panes.
The Panes property can be also used to programmatically manage the child panes of the current pane. You can add, insert, remove, retrieve, and modify SplitterPane objects from the collection. Any updates to the collection will be automatically reflected in the splitter control the next time the page is refreshed.
Note that the panes of a splitter’s root level can be accessed via the ASPxSplitter.Panes property of the splitter control.