VariantsInfo.Items Property
In This Article
Gets a collection of VariantInfo objects representing the available View variants.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
#Declaration
public ReadOnlyCollection<VariantInfo> Items { get; }
#Property Value
Type | Description |
---|---|
Read |
A read-only collection of Variant |
See Also