Class GridUnboundRow
Represents the UnboundRow which used to display additional rows which are not bound to data source in SfDataGrid.
Inheritance
Implements
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridUnboundRow : Object, IDisposable
  Remarks
SfDataGrid allows you to add additional rows at the top and also bottom of the SfDataGrid which are not bound with data object from underlying data source. You can add unbound rows using SfDataGrid.UnboundRows collection property. You can add any no of unbound rows to SfDataGrid.
Constructors
GridUnboundRow()
Declaration
public GridUnboundRow()
  Properties
Position
Gets or sets a value that indicates whether the GridUnboundRow is positioned at either top or bottom of SfDataGrid.
Declaration
public UnboundRowsPosition Position { get; set; }
  Property Value
| Type | Description | 
|---|---|
| UnboundRowsPosition | One of the   | 
      
RowIndex
Gets the row index of the UnboundRow.
Declaration
public int RowIndex { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The corresponding row index of UnboundRow.  | 
      
UnboundRowIndex
Gets the index of UnboundRow from the GridUnboundRow collection.
Declaration
public int UnboundRowIndex { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Methods
Dispose()
Releases all the resources used by the 
Declaration
public void Dispose()
  Dispose(Boolean)
Disposes all the resources used by the 
Declaration
protected virtual void Dispose(bool isDisposing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | isDisposing | Indicates whether the call is from Dispose method.  |