DetailsView::IsBindableType Method (Type^)
.NET Framework (current version)
Determines whether the specified data type can be bound to a field in the DetailsView 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 DetailsView control; otherwise, false.
The IsBindableType method is a helper method called by the DetailsView control to determine whether the specified data type can be bound to a field in the control. The DetailsView control supports the following data types:
Notes to Inheritors:
When extending the DetailsView class, you can override this method to add or restrict the data types that can be used in a DetailsView control.
.NET Framework
Available since 2.0
Available since 2.0
Show: