Class GridHeaderIndentCell
Represents a class that provides commmon functionalities of HeaderIndentcells in SfDataGrid.
Implements
System.IDisposable
  Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridHeaderIndentCell : GridIndentCell, IDisposableConstructors
GridHeaderIndentCell()
Initializes a new instance of GridHeaderIndentCell class.
Declaration
public GridHeaderIndentCell()Methods
Dispose(Boolean)
Disposes all the resources used by the GridHeaderIndentCell class.
Declaration
protected override void Dispose(bool isDisposing)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. | 
Overrides
OnCreateAutomationPeer()
Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastrcutre.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()Returns
| Type | Description | 
|---|---|
| Microsoft.UI.Xaml.Automation.Peers.AutomationPeer | The class-specific AutomationPeer subclass. | 
Overrides
Implements
      System.IDisposable