DataBinder.IsBindableType Method (Type)
.NET Framework (current version)
Determines whether the specified data type can be bound.
Assembly: System.Web (in System.Web.dll)
Parameters
- type
-
Type:
System.Type
A Type that represents the data type to test.
Return Value
Type: System.Booleantrue for types that can be automatically data bound in controls; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: