Skip to main content

MVCxSplitterPaneCollection.Add(MVCxSplitterPane) Method

Adds a specified pane to the end of the collection.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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