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 public 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,
BooleanSee Also