DataBinder.IsBindableType(Type) Method

Definition

Determines whether the specified data type can be bound.

public:
 static bool IsBindableType(Type ^ type);
public static bool IsBindableType (Type type);
static member IsBindableType : Type -> bool
Public Shared Function IsBindableType (type As Type) As Boolean

Parameters

type
Type

A Type that represents the data type to test.

Returns

true for types that can be automatically data bound in controls; otherwise, false.

Applies to