ModelVariantsProvider.SaveCurrentVariantId(String, String) Method
Saves the identifier of the currently selected View variant to the IModelVariants.Current property in the Application Model.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
Declaration
Parameters
Name | Type | Description |
---|---|---|
rootViewId | String | A string representing the identifier of the root varied View. |
currentVariantId | String | A string representing the identifier of the currently selected View variant. |
Implements
See Also