[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridImageColumn

GridImageColumn Class

Represent a column whose cells are an image.

Inheritance
GridImageColumn
Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
public class GridImageColumn : GridColumn, INotifyPropertyChanged, INotifyPropertyChanging

Constructors

Name Description
GridImageColumn()

Initializes a new instance of the GridImageColumn class.

Properties

Name Description
Placeholder

Gets or sets the placeholder image used when no image could be downloaded.

Methods

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.