MVCxSplitterPane.Panes Property
Gets a collection that contains the pane of the splitter's root level.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public MVCxSplitterPaneCollection Panes { get; }
Public ReadOnly Property Panes As MVCxSplitterPaneCollection
Property Value
Type | Description |
---|---|
MVCxSplitterPaneCollection | A MVCxSplitterPaneCollection that contains the root level panes of the current splitter control. |
See Also
Feedback