Skip to main content
.NET 6.0+

VariantsInfo.Items Property

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

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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