Click or drag to resize

IDataObjectHtml Property

Gets or sets html text in the data object.

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

Property Value

Type: String
The html value in the data object, or null if no html in the data object.
See Also