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

FrameVariantsEngine.IsDisposed Property

Gets a value indicating whether the FrameVariantsEngine object is disposed.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

Assembly: DevExpress.ExpressApp.ViewVariantsModule.v18.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