MVCxSplitterPaneCollection.Insert(Int32, MVCxSplitterPane) Method
Inserts the specified pane object into the collection at the specified index.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index location where a specific pane object should be inserted. |
pane | MVCxSplitterPane | A MVCxSplitterPane object representing the pane to insert into the collection. |
Remarks
This method allows an existing pane object to be inserted into the current collection.
See Also