Skip to main content
.NET 6.0+

IVariantsProvider.SaveCurrentVariantId(String, String) Method

Saves the identifier of the currently selected View variant.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

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