Class GridUnBoundRowCell
Represents a class that provides the commmon functionalities of UnboundRowCells in SfDataGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class GridUnBoundRowCell : GridCell, IDisposable
Constructors
GridUnBoundRowCell()
Initializes a new instance of GridUnBoundRowCell
Declaration
public GridUnBoundRowCell()
Methods
OnApplyTemplate()
Invoked to apply template for GridUnBoundRowCell.
Declaration
public 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 |
---|---|
System.Windows.Automation.Peers.AutomationPeer | The class-specific AutomationPeer subclass. |
Overrides
Implements
System.IDisposable