menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Namespace Syncfusion.Maui.GridCommon.Collections.ComponentModel - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Namespace Syncfusion.Maui.GridCommon.Collections.ComponentModel

    Classes

    Disposable

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

    DisposableWithEvent

    This class provides a base class that implements the IDisposable interface as suggested in the .NET documentation using the Disposable pattern. After the object was disposed a Disposed event is raised.

    NonFinalizeDisposable

    This is a base class for Disposable. It implements the IDisposable interface as suggested in the .NET documentation using the Disposable pattern but it does not implement a finalizer. If you need finalization you need to derive from Disposable or add a finalizer to your derived class and manually call Dispose from the Finalizer.

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