VariantInfo(String, String, String) Constructor
Initializes a new instance of the VariantInfo class.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | A string representing the View variant identifier. |
viewId | String | A string representing the identifier of a View displayed when selecting the variant. |
caption | String | A string representing the View variant caption. |
See Also