Indicator ColumnImage Layout Property
This property is not used and is hidden in the designer
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public DataGridViewImageCellLayout ImageLayout { get; set; }VB
Public Property ImageLayout As DataGridViewImageCellLayout
Get
SetC++
public:
property DataGridViewImageCellLayout ImageLayout {
DataGridViewImageCellLayout get ();
void set (DataGridViewImageCellLayout value);
}F#
member ImageLayout : DataGridViewImageCellLayout with get, set