DetailsView::IsBindableType Method
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:
All primitive data types, such as Boolean, Byte, and Int32
Notes to InheritorsWhen extending the DetailsView class, you can override this method to add or restrict the data types that can be used in a DetailsView control.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.