System.ComponentModel.BindableSupport Enumeration

Specifies values to indicate whether a property can be bound to a data element or another property.

Syntax

public enum BindableSupport

Remarks

This class is used at design time to indicate whether a designer should offer a property as available for data binding in a visual designer. This class does not affect whether the property can be data bound at runtime.

Members

Member NameDescription
Default

The property is set to the default.

No

The property is not bindable at design time.

Yes

The property is bindable at design time.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0