Click or drag to resize

PropertyCellTypeNumberCanDisplay Method

Determines whether this instance can display the specified itemType.

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

Parameters

itemType
Type: SystemObject
Item type.

Return Value

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