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.UWP.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
Declaration
protected override void OnApplyTemplate()
Overrides
Implements
System.IDisposable