Click or drag to resize

PropertyCellTypeCanDisplay Method

Determines whether this instance can be used to display the specified itemType.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract bool CanDisplay(
	Object itemType
)

Parameters

itemType
Type: SystemObject
Item type that is retrieved using TypeBinding.

Return Value

Type: Boolean
true if this instance can display the specified itemType; otherwise, false.
See Also