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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ViewVariantsModule
Declaration
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