Skip to main content

MVCxSplitterPaneCollection Class

Represents a collection of panes within the Splitter.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxSplitterPaneCollection :
    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
DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
See Also