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

VariantsInfo.Items Property

Gets a collection of VariantInfo objects representing the available View variants.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

public ReadOnlyCollection<VariantInfo> Items { get; }

Property Value

Type Description
ReadOnlyCollection<VariantInfo>

A read-only collection of VariantInfo objects representing the available View variants.

See Also