MVCxTab(String, String) Constructor
Initializes a new instance of the MVCxTab class with the specified settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| text | String |
| name | String |
See Also
Initializes a new instance of the MVCxTab class with the specified settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v26.1.dll
public MVCxTab(
string text,
string name
)
Public Sub New(
text As String,
name As String
)
| Name | Type |
|---|---|
| text | String |
| name | String |