Skip to main content

MVCxSplitterPane.Panes Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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