Skip to main content
.NET 6.0+

FrameVariantsEngine.IsDisposed Property

Gets a value indicating whether the FrameVariantsEngine object is disposed.

Namespace: DevExpress.ExpressApp.ViewVariantsModule

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