[]
Represents a row used to enter new records in the grid.
public class GridNewRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged
Name | Description |
---|---|
DataItem | Gets the data item. |
Placeholder | Gets or sets the message displayed in the row when it is not entering data. |
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. |