Skip to main content
A newer version of this page is available. .

CurrentFrameViewVariantsManager.Variants Property

Gets a list of available View Variants.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

public VariantsInfo Variants { get; }

Property Value

Type Description
VariantsInfo

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

Implements

See Also