| GridCellFormatEventArgsItem Property  | 
 
            Gets the item that is associated with the row being formatted
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Object Item { get; }Public ReadOnly Property Item As Object
	Get
member Item : Object with get
Property Value
Type: 
ObjectThe item.
 See Also
See Also