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.v25.2.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
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