MVCxSplitterPaneCollection.Add(MVCxSplitterPane) Method
Adds a specified pane to the end of the collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
pane | MVCxSplitterPane | An MVCxSplitterPane object representing a pane to be added. |
Remarks
Use the Add method to add a specified pane to the end of the MVCxSplitterPaneCollection object.
See Also