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
)
Protected Function HasProperty (
dataItem As Object
) As Boolean
member HasProperty :
dataItem : Object -> bool
Parameters
- dataItem
- Type: SystemObject
Data item to find the property.
Return Value
Type:
Booleantrue if the dataItem instance has the correct property to bind to, otherwise,
false.
See Also