DataGridViewImageCell.ImageLayout Property

Definition

Gets or sets the graphics layout for the cell.

public:
 property System::Windows::Forms::DataGridViewImageCellLayout ImageLayout { System::Windows::Forms::DataGridViewImageCellLayout get(); void set(System::Windows::Forms::DataGridViewImageCellLayout value); };
public System.Windows.Forms.DataGridViewImageCellLayout ImageLayout { get; set; }
member this.ImageLayout : System.Windows.Forms.DataGridViewImageCellLayout with get, set
Public Property ImageLayout As DataGridViewImageCellLayout

Property Value

A DataGridViewImageCellLayout for this cell. The default is NotSet.

Exceptions

Remarks

Changing this property will cause the cell to redraw itself.

Setting the ImageLayout property of the owning column also sets the ImageLayout property of every cell in the column and refreshes the column display. To override the specified value for individual cells, set the cell values after you set the column value.

Applies to

See also