Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​ComponentModel.​ListBindableAttribute
Assembly: System.ComponentModel.TypeConverter
Inheritance: object → Attribute → ListBindableAttribute
Specifies that a list can be used as a data source. A visual designer should use this attribute to determine whether to display a particular list in a data-binding picker. This class cannot be inherited.
Fields and Constants
public static readonly
ListBindableAttribute
Default
Represents the default value for <see cref="T:System.ComponentModel.ListBindableAttribute" /> .
public static readonly
ListBindableAttribute
No
Specifies that the list is not bindable. This <see langword="static" /> field is read-only.
public static readonly
ListBindableAttribute
Yes
Specifies that the list is bindable. This <see langword="static" /> field is read-only.
Properties
public
bool
ListBindable
Gets whether the list is bindable.
public
object
TypeId
Methods
public
bool
Equals​(object obj)
Returns whether the object passed is equal to this <see cref="T:System.ComponentModel.ListBindableAttribute" /> .
Returns <see langword="true" /> if the object passed is equal to this <see cref="T:System.ComponentModel.ListBindableAttribute" /> ; otherwise, <see langword="false" /> .
obj
The object to test equality with.
public
int
GetHashCode​()
Returns the hash code for this instance.
Returns A hash code for the current <see cref="T:System.ComponentModel.ListBindableAttribute" /> .
public
bool
IsDefaultAttribute​()
Returns whether <see cref="P:System.ComponentModel.ListBindableAttribute.ListBindable" /> is set to the default value.
Returns <see langword="true" /> if <see cref="P:System.ComponentModel.ListBindableAttribute.ListBindable" /> is set to the default value; otherwise, <see langword="false" /> .
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object