Class GridStackedHeaderCellControl
Represents a class that provides common functionalities of StackedHeaderCellControl in SfDataGrid.
Inheritance
System.Object
GridStackedHeaderCellControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class GridStackedHeaderCellControl : ContentControl, IDisposable
Constructors
GridStackedHeaderCellControl()
Declaration
public GridStackedHeaderCellControl()
Methods
Dispose()
Disposes all the resources used by the GridCell class.
Declaration
public void Dispose()
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. |
Implements
System.IDisposable