Class GridUnboundRowCell
Represents a class that provides the commmon functionalities of UnboundRowCells in SfDataGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridUnboundRowCell : GridCell, IDisposable
Constructors
GridUnboundRowCell()
Initializes a new instance of GridUnboundRowCell class.
Declaration
public GridUnboundRowCell()
Methods
OnApplyTemplate()
Invoked to apply template for GridUnboundRowCell.
Declaration
protected override void OnApplyTemplate()
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