Back to Devexpress

MVCxSplitterPaneCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-071ad6ec.md

latest3.2 KB
Original Source

MVCxSplitterPaneCollection Class

Represents a collection of panes within the Splitter.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxSplitterPaneCollection :
    SplitterPaneCollection
vb
Public Class MVCxSplitterPaneCollection
    Inherits SplitterPaneCollection

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

Show 11 items

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<SplitterPane>

ICollection<SplitterPane>

IEnumerable<SplitterPane>

IHierarchicalEnumerable

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<SplitterPane> HierarchicalCollection<SplitterPane> SplitterPaneCollection MVCxSplitterPaneCollection

See Also

MVCxSplitterPaneCollection Members

Splitter

DevExpress.Web.Mvc Namespace