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

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

Syntax

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

Parameters

type

See Also