Skip to main content
All docs
V25.1
  • Presentation.IsDisposed Property

    Indicates whether the presentation has been disposed of.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool IsDisposed { get; }

    Property Value

    Type Description
    Boolean

    true, if the presentation is disposed of; otherwise, false.

    See Also