Skip to main content
.NET 6.0+

ICurrentFrameViewVariantsManager.Variants Property

Gets available View Variants.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

VariantsInfo Variants { get; }

Property Value

Type Description
VariantsInfo

A VariantsInfo object that provides a list of available View Variants.

See Also