Skip to main content
A newer version of this page is available. .

MVCxSplitterPaneCollection.Add(MVCxSplitterPane) Method

Adds a specified pane to the end of the collection.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void Add(
    MVCxSplitterPane pane
)

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