FrameVariantsEngine.VariantsProvider Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
#Declaration
public IVariantsProvider VariantsProvider { get; }
#Property Value
Type | Description |
---|---|
IVariants |
An IVariants |
See Also