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

FrameVariantsEngine.VariantsProvider Property

Gets an object that provides a list of view variants available for the specific View, and stores the variant selected by the user.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

public IVariantsProvider VariantsProvider { get; }

Property Value

Type Description
IVariantsProvider

An IVariantsProvider object that provides a list of view variants available for the specific View, and stores the variant selected by the user.

See Also