Skip to main content

CurrentFrameViewVariantsManager.Variants Property

Gets a list of available View Variants.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

NuGet Package: DevExpress.ExpressApp.ViewVariantsModule

Declaration

public VariantsInfo Variants { get; }

Property Value

Type Description
VariantsInfo

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

Implements

See Also