| GridViewCanDeleteItem Property  | 
 
            A delegate that returns true if an item can be deleted
            
            Currently supported on iOS only.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Func<Object, bool> CanDeleteItem { get; set; }Public Property CanDeleteItem As Func(Of Object, Boolean)
	Get
	Set
member CanDeleteItem : Func<Object, bool> with get, set
Property Value
Type: 
FuncObject, 
Boolean See Also
See Also