[]
Represent a column whose cells are an image.
public class GridImageColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging
Name | Description |
---|---|
GridImageColumn() | Initializes a new instance of the GridImageColumn class. |
Name | Description |
---|---|
Placeholder | Gets or sets the placeholder image used when no image could be downloaded. |
Name | Description |
---|---|
AllowEditing(GridRow) | Returns true when the cell in the intersection of the specified row and this column can be edited. |
BindCellContent(FrameworkElement, 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). |
CreateCellEditor(GridRow) | Creates the cell editor. |
GetCellContentType(GridCellType, GridRow) | Gets the type of cell content. |