FormView::IsBindableType Method (Type^)
.NET Framework (current version)
Determines whether the specified data type can be bound to a field in the FormView control.
Assembly: System.Web (in System.Web.dll)
Parameters
- type
-
Type:
System::Type^
A Type that represents the data type to check.
Return Value
Type: System::Booleantrue if the specified data type can be bound to a field in the FormView control; otherwise, false.
Notes to Inheritors:
When extending the FormView class, you can override this method to add or restrict the data types that can be used in a FormView control.
.NET Framework
Available since 2.0
Available since 2.0
Show: