VariantsInfo.Items Property
Gets a collection of VariantInfo objects representing the available View variants.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<VariantInfo> | A read-only collection of VariantInfo objects representing the available View variants. |
See Also