[]
Represents a grid column which holds row headers.
public class GridRowHeaderColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging
Name | Description |
---|---|
GridRowHeaderColumn() | Initializes a new instance of the GridRowHeaderColumn class. |
Name | Description |
---|---|
BindCellContent(View, GridCellType, GridRow) | Binds the content of the cell with the data item. |
CreateCellContent(GridCellType, object, GridRow) | Creates the content of the cell (Without binding it to the data item). |
GetCellContentType(GridCellType, GridRow) | Gets the type of cell content. |