| GridViewDeleteConfirmationTitle Property  | 
 
            The text to display in a Delete item button.
            
            Currently supported on iOS only.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Func<Object, string> DeleteConfirmationTitle { get; set; }Public Property DeleteConfirmationTitle As Func(Of Object, String)
	Get
	Set
member DeleteConfirmationTitle : Func<Object, string> with get, set
Property Value
Type: 
FuncObject, 
String See Also
See Also