DataGridViewImageCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Displays an image in a DataGridViewCell cell.
- C#
- VB.NET
public class DataGridViewImageCell : DataGridViewCell
Public Class DataGridViewImageCell
Inherits DataGridViewCell
Constructors
DataGridViewImageCell()
Initializes a new instance of DataGridViewImageCell.
Properties
FormattedValueType
Type: Returns the type of the formatted value associated with the cell.
ImageAlignment
DataGridViewContentAlignment: Gets or sets the alignment of the image in the cell.
ImageLayout
DataGridViewImageCellLayout: Gets or sets the layout of the image in the cell.
ValueType
Type: Returns the data type of the values in the cell.
ValueTypeConverter
TypeConverter: Return the type converter to use to convert the value in the cell to the formatted value.
Implements
| Name | Description |
|---|---|
| IUserData | Provides access to the UserData and Tag properties associated to the component implementing this interface. |
| ICommandSource | Defines an object that can invoke a Command. |