[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridNewRow

GridNewRow Class

Represents a row used to enter new records in the grid.

Inheritance
GridNewRow
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class GridNewRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged

Properties

Name Description
DataItem

Gets the data item.

Placeholder

Gets or sets the message displayed in the row when it is not entering data.

Methods

Name Description
AllowEditing(GridColumn)

Returns true when the cell in the intersection of the specified column and this row can be edited.

BindCellContent(View, GridCellType, GridColumn)

Binds the content of the cell for the specified column.

CreateCellContent(GridCellType, GridColumn, object)

Creates the content of the cell for the specified column.

GetCellContentType(GridCellType, GridColumn)

Gets the type of the cell content.

GetMergedRange(GridCellType, GridCellRange)

Gets a GridCellRange that specifies the merged extent of a cell.

PrepareCell(GridCellType, GridColumn, GridCellView)

Prepares the cell to be shown.