[]
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 |
|---|---|
| BindCellContent(FrameworkElement, 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, GridColumn) | Gets a GridCellRange that specifies the merged extent of a cell. |
| PrepareCell(GridCellType, GridColumn, GridCellView, Thickness) | Prepares the cell to be shown. |