Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public void Insert(
    int index,
    MVCxSplitterPane pane
)

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