All pages
Powered by GitBook
1 of 1

Loading...

DataGridViewImageColumn

Wisej.Web.DataGridViewImageColumn

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

  • DataGridViewElement

    • DataGridViewBand

Represents a column that contains a collection of cells.

Constructors

DataGridViewImageColumn()

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

DataGridViewImageColumn(cellTemplate)

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

Name
Type
Description

Properties

CellImage

: 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.

CellImageAlignment

: 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:

  • The value of the property is null.

CellImageLayout

: 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:

  • The value of the property is null.

CellImageSource

: 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.

CellTemplate

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

Throws:

  • The type is null.

  • The set type is not compatible with type .

ValueType

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

Implements

Name
Description

cellTemplate

DataGridViewImageCell

An existing DataGridViewImageCell to use as a template.

IWisejComponent

All wisej components implement this interface.

IWisejSerializable

Allows an object to serialize itself.

DataGridViewColumn
DataGridViewImageColumn
DataGridView
DataGridViewImageCell
Public Class DataGridViewImageColumn
    Inherits DataGridViewColumn
DataGridViewImageColumn
DataGridViewImageColumn
Image
DataGridViewContentAlignment
InvalidOperationException
CellTemplate
DataGridViewImageCellLayout
InvalidOperationException
CellTemplate
String
DataGridViewCell
InvalidOperationException
InvalidCastException
DataGridViewImageCell
Type
public class DataGridViewImageColumn : DataGridViewColumn