Skip to main content
A newer version of this page is available. .

VariantsInfo.Items Property

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

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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