Namespace Syncfusion.UI.Xaml.Grid.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.  | 
| SyncfusionHandledEventArgs | 
Interfaces
| IDisposedEvent
       An interface for the Disposed event.  | 
| ISupportInitialize |