ListBindableAttribute.ListBindable Property

Definition

Gets whether the list is bindable.

public:
 property bool ListBindable { bool get(); };
public bool ListBindable { get; }
member this.ListBindable : bool
Public ReadOnly Property ListBindable As Boolean

Property Value

true if the list is bindable; otherwise, false.

Applies to

See also