Skip to main content
A newer version of this page is available. .

CurrentFrameViewVariantsManager.VariantsManager Property

Gets the IFrameVariantsEngine object that provides methods to manage view variants.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

public IFrameVariantsEngine VariantsManager { get; }

Property Value

Type Description
IFrameVariantsEngine

An IFrameVariantsEngine object that provides methods to manage view variants.

See Also