Skip to main content
.NET 6.0+

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.v23.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