MVCxSplitterPaneCollection Class
Represents a collection of panes within the Splitter.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return MVCxSplitterPaneCollection objects:
Remarks
The Splitter holds its panes within a collection, represented by an instance of the MVCxSplitterPaneCollection class. This collection can be accessed via the SplitterSettings.Panes property. In addition, each pane provides the MVCxSplitterPane.Panes property of the MVCxSplitterPaneCollection type, to maintain a collection of child panes.
Implements
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
See Also