Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ModelVariantsProvider Class

Provide a list of view variants available for the specific View in the IModelVariants Application Model node, and stores the variant selected by the user to the IModelVariants.Current property.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

public class ModelVariantsProvider :
    IVariantsProvider

Remarks

The ModelVariantsProvider implements the IVariantsProvider interface and stores view variants in the Application Model. You can create a custom ModelVariantsProvider implementation and pass it to the ViewVariantsModule.VariantsProvider property.

Implements

Inheritance

Object
ModelVariantsProvider
See Also