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

ChangeVariantController.IsCurrentFrameViewVariantsManagerOwner Property

Specifies whether or not the object referenced by the ChangeVariantController.CurrentFrameViewVariantsManager property is to be disposed when another value is assigned.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

[DefaultValue(true)]
public static bool IsCurrentFrameViewVariantsManagerOwner { get; set; }

Property Value

Type Default Description
Boolean **true**

true, when the object referenced by the ChangeVariantController.CurrentFrameViewVariantsManager property is to be disposed when another object is assigned; otherwise - false.

See Also