ASPxSplitter.Panes Property
Gets a collection that contains the pane of the splitter’s root level.
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 panes on the current splitter control’s root level. To access panes further down the hierarchy tree, use the SplitterPane.Panes property of a subsequent pane. If the Panes property is the null reference (Nothing in Visual Basic), the current splitter does not have any panes.
The Panes property can be also used to programmatically manage the root panes of the current splitter control. 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.