Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FrameVariantsEngine.IsDisposed Property

Gets a value indicating whether the FrameVariantsEngine object is disposed.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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

Declaration

[DefaultValue(false)]
public bool IsDisposed { get; }

Property Value

Type Default Description
Boolean **false**

true, if the current FrameVariantsEngine is disposed; otherwise, false.

See Also