Skip to main content

IVariantsProvider.SaveCurrentVariantId(String, String) Method

Saves the identifier of the currently selected View variant.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

Assembly: DevExpress.ExpressApp.ViewVariantsModule.v25.2.dll

NuGet Package: DevExpress.ExpressApp.ViewVariantsModule

Declaration

void SaveCurrentVariantId(
    string rootViewId,
    string currentVariantId
)

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.

See Also