| ImageTextCellImageBinding Property  | 
 
            Gets or sets the binding of the image to display for the cell.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic IIndirectBinding<Image> ImageBinding { get; set; }Public Property ImageBinding As IIndirectBinding(Of Image)
	Get
	Set
member ImageBinding : IIndirectBinding<Image> with get, set
Property Value
Type: 
IIndirectBindingImageThe image binding.
 See Also
See Also