Click or drag to resize

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; }

Property Value

Type: FuncObject, Boolean
See Also