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

ModelVariantsProvider.AllowSingleVariant Property

Specifies whether of not a single view variant is allowed.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

Assembly: DevExpress.ExpressApp.ViewVariantsModule.v20.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