Click or drag to resize

DataObjectTypes Property

Gets the types of data in the data object to be used with GetString(String) and GetData(String)

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

Property Value

Type: String
The types.

Implements

IDataObjectTypes
See Also