Infragistics2.WebUI.Shared.v7.3
CanRenderType Method
See Also 
Infragistics.WebUI.Shared Namespace > IProvidesEmbeddableEditor Interface : CanRenderType Method

type
Returns true if provided type can be rendered by the editor.

Syntax

Visual Basic (Declaration) 
Overridable Function CanRenderType( _
   ByVal type As Type _
) As Boolean
C# 
virtual bool CanRenderType( 
   Type type
)

Parameters

type

See Also