ListBindableAttribute::ListBindable Property

 

Gets whether the list is bindable.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property bool ListBindable {
	bool get();
}

Property Value

Type: System::Boolean

true if the list is bindable; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: