Skip to main content
Version: 4.1

DataGridViewImageCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Displays an image in a DataGridViewCell cell.

public class DataGridViewImageCell : DataGridViewCell

Constructors

Instance member DataGridViewImageCell()

Initializes a new instance of DataGridViewImageCell.

Properties

Instance member FormattedValueType

Type: Returns the type of the formatted value associated with the cell.

Instance member ImageAlignment

DataGridViewContentAlignment: Gets or sets the alignment of the image in the cell.

Instance member ImageLayout

DataGridViewImageCellLayout: Gets or sets the layout of the image in the cell.

Instance member ValueType

Type: Returns the data type of the values in the cell.

Protected member ValueTypeConverter

TypeConverter: Return the type converter to use to convert the value in the cell to the formatted value.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
ICommandSourceDefines an object that can invoke a Command.