Gets whether or not the specified data source is valid for the control.
[Visual Basic] Overrides Protected Function IsValueAllowed( _ ByVal context As ITypeDescriptorContext, _ ByVal value As Object _ ) As Boolean [C#] protected override bool IsValueAllowed( ITypeDescriptorContext context, object value ); [C++] protected: override bool IsValueAllowed( ITypeDescriptorContext* context, Object* value ); [JScript] protected override function IsValueAllowed( context : ITypeDescriptorContext, value : Object ) : Boolean;
true if the data source is valid for the control, otherwise false.
DataSourceConverter Class | DataSourceConverter Members | System.Web.UI.Design Namespace