Skip to main content
.NET 6.0+

FrameVariantsEngine.GetVariants(View) Method

Returns a set of view variants available for the specific View.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

public VariantsInfo GetVariants(
    View view
)

Parameters

Name Type Description
view View

A View object.

Returns

Type Description
VariantsInfo

An VariantsInfo object that contains a list of view variants.

Remarks

This method checks whether or not the passed View is created as a view variant, and returns a set of view variants available for this View.

Implements

See Also