Indicator ColumnImage 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 Image Image { get; set; }VB
Public Property Image As Image
Get
SetC++
public:
property Image^ Image {
Image^ get ();
void set (Image^ value);
}F#
member Image : Image with get, set