MVCxTabCollection.Add(String, String, String, String, String) Method
Adds a new tab to the collection and specifies the tab’s display text, name, associated image and URL as well as the target of the URL content.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public MVCxTab Add(
string text,
string name,
string imageUrl,
string navigateUrl,
string target
)
Parameters
Name | Type |
---|---|
text | String |
name | String |
imageUrl | String |
navigateUrl | String |
target | String |
Returns
Type |
---|
MVCxTab |
See Also