DataGridViewImageColumn

Wisej.Web.DataGridViewImageColumn

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Represents a DataGridView column that contains a collection of DataGridViewImageCell cells.

public class DataGridViewImageColumn : DataGridViewColumn

Constructors

Initializes a new instance of the DataGridViewImageColumn class to the default state.

Initializes a new instance of the DataGridViewImageColumn class to the default state.

NameTypeDescription

cellTemplate

An existing DataGridViewImageCell to use as a template.

Properties

Image: Gets or sets the image displayed in the cells that have a null value.

This value is inherited by all the cells in the column. However, the value set in the specific cell overrides the value from the owner column.

DataGridViewContentAlignment: Gets or sets the image alignment in the cells for the column.

This value is inherited by all the cells in the column. However, the value set in the specific cell overrides the value from the owner column. Throws:

DataGridViewImageCellLayout: Gets or sets the image layout in the cells for this column.

This value is inherited by all the cells in the column. However, the value set in the specific cell overrides the value from the owner column. Throws:

String: Gets or sets the image URL or name displayed in cells that have a null value.

This value is inherited by all the cells in the column. However, the value set in the specific cell overrides the value from the owner column.

DataGridViewCell: Returns or sets the template used to model cell appearance.

Throws:

Type: Returns or sets the data type of the values in the column's cells.

Implements

NameDescription

All wisej components implement this interface.

Allows an object to serialize itself.

Last updated