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

MVCxTabPageCollection.Add(Action<MVCxTabPage>) Method

Adds a new tabbed page to the collection and allows you to customize this page in a delegate method implementation.

Namespace: DevExpress.Web.Mvc

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

Declaration

public void Add(
    Action<MVCxTabPage> method
)

Parameters

Name Type Description
method Action<MVCxTabPage>

A delegate method that accepts the created MVCxTabPage as a parameter.

See Also