Class PrintGridCell
Represents a cell of a print job.
Inheritance
System.Object
    PrintGridCell
      
      
      
      
      
  Implements
System.IDisposable
  Namespace: Syncfusion.UI.Xaml.DataGrid.Print
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class PrintGridCell : ContentControl, IDisposableConstructors
PrintGridCell()
Initializes a new instance of PrintGridCell class.
Declaration
public PrintGridCell()Methods
Dispose()
Releases all the resources used by PrintGridCell class.
Declaration
public void Dispose()Dispose(Boolean)
Disposes all the resources used by PrintGridCell class.
Declaration
protected virtual void Dispose(bool isDisposing)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. | 
Implements
      System.IDisposable