GridView.IsBindableType Method
.NET Framework 3.0
Determines whether the specified data type can be bound to a column in a GridView control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public boolean IsBindableType ( Type type )
public function IsBindableType ( type : Type ) : boolean
Not applicable.
Parameters
- type
A System.Type that represents the data type to test.
Return Value
true if the specified data type can be bound to a column in a GridView control; otherwise, false.Community Additions
ADD
Show: