IFrameVariantsEngine.ChangeFrameViewToVariant(Frame, VariantsInfo, VariantInfo) Method
Changes the view variant.
Namespace: DevExpress.ExpressApp.ViewVariantsModule
Assembly: DevExpress.ExpressApp.ViewVariantsModule.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
Declaration
Parameters
Name | Type | Description |
---|---|---|
frame | Frame | A Frame object. |
variantsInfo | VariantsInfo | A VariantsInfo object that specifies a set of available view variants. |
variantInfo | VariantInfo | A VariantInfo object that specifies the new view variant. |
Remarks
Modifies the Frame.View value of the passed Frame object and the VariantsInfo.CurrentVariantId value of the passed VariantsInfo object, and saves the current choice when required. Creates a new View object based on the passed VariantInfo object or uses the ListPropertyEditor.RecreateListView if the NestedFrame is passed.
See Also