Skip to main content
.NET 6.0+

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.v23.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