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

MVCxSplitterPane.Panes Property

Gets a collection that contains the pane of the splitter’s root level.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxSplitterPaneCollection Panes { get; }

Property Value

Type Description
MVCxSplitterPaneCollection

A MVCxSplitterPaneCollection that contains the root level panes of the current splitter control.

See Also