Skip to main content
A newer version of this page is available. .

MVCxSplitterPaneCollection Class

Represents a collection of panes within the Splitter.

Namespace: DevExpress.Web.Mvc

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

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.

See Also