aspnetmvc-devexpress-dot-web-dot-mvc-071ad6ec.md
Represents a collection of panes within the Splitter.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxSplitterPaneCollection :
SplitterPaneCollection
Public Class MVCxSplitterPaneCollection
Inherits SplitterPaneCollection
The following members return MVCxSplitterPaneCollection objects:
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.
Show 11 items
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
Object StateManagedCollectionBase Collection Collection<SplitterPane> HierarchicalCollection<SplitterPane> SplitterPaneCollection MVCxSplitterPaneCollection
See Also