Skip to main content
.NET 6.0+

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