GridView.IsBindableType Method (Type)
.NET Framework (current version)
Determines whether the specified data type can be bound to a column in a GridView control.
Assembly: System.Web (in System.Web.dll)
Parameters
- type
-
Type:
System.Type
A System.Type that represents the data type to test.
Return Value
Type: System.Booleantrue if the specified data type can be bound to a column in a GridView control; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: