WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Disposable - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Disposable

    This class provides a base class that implements the IDisposable interface as suggested in the .NET documentation using the Disposable pattern.

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    TreeTable
    TreeTableNode
    CellRendererBase<S>
    GraphicCellModelBase
    GraphicCellModelCollection
    GraphicCellRendererCollection
    GraphicModel
    GridCellModelBase
    GridCellModelCollection
    GridCellRendererCollection
    GridDataCurrentRecordManager
    GridDataTable
    GridFormulaEngine
    Implements
    System.IDisposable
    Inherited Members
    NonFinalizeDisposable.Dispose()
    NonFinalizeDisposable.Dispose(Boolean)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.ComponentModel
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class Disposable : NonFinalizeDisposable, IDisposable
    Remarks

    If you derive from this class, you only need to override the protected Dispose method and check the disposing parameter.

    Constructors

    Disposable()

    Declaration
    public Disposable()

    Methods

    Finalize()

    System.Object.Finalize.

    In C# and C++, finalizers are expressed using destructor syntax.

    Declaration
    protected void Finalize()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved