SplitterPaneCollection Class
Represents a collection of panes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return SplitterPaneCollection objects:
Remarks
The ASPxSplitter control holds its panes within a collection, represented by an instance of the SplitterPaneCollection class and can be accessed via the ASPxSplitter.Panes property. In addition, each pane provides the SplitterPane.Panes property of the SplitterPaneCollection type, to maintain a collection of child panes.
The properties and methods exposed by the SplitterPaneCollection class can be used to perform common collection operations, such as adding new or deleting existing panes. Each item of the collection is represented by a SplitterPane object. Individual panes can be accessed using indexer notation, by their names or visible indexes, using the specific methods of the collection.