Click or drag to resize

DataObjectText Property

Gets or sets the plain text in the data object.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string Text { get; set; }

Property Value

Type: String
The plain text in the data object, or null if the data object contains no text.

Implements

IDataObjectText
See Also