Skip to main content
.NET 6.0+

ModelVariantsProvider.AllowSingleVariant Property

Specifies whether of not a single view variant is allowed.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

[DefaultValue(false)]
[Browsable(false)]
public static bool AllowSingleVariant { get; set; }

Property Value

Type Default Description
Boolean false

true, if a single view variant is allowed; otherwise - false.

See Also