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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
Declaration
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