Click or drag to resize

PropertyBindingTHasProperty Method

Determines whether the dataItem contains the property this binding is bound to.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected bool HasProperty(
	Object dataItem
)

Parameters

dataItem
Type: SystemObject
Data item to find the property.

Return Value

Type: Boolean
true if the dataItem instance has the correct property to bind to, otherwise, false.
See Also