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.​BindableAttribute
Assembly: System.ComponentModel.TypeConverter
Inheritance: object → Attribute → BindableAttribute
Specifies whether a member is typically used for binding. This class cannot be inherited.
Fields and Constants
public static readonly
BindableAttribute
Default
Specifies the default value for the <see cref="T:System.ComponentModel.BindableAttribute" /> , which is <see cref="F:System.ComponentModel.BindableAttribute.No" /> . This field is read-only.
public static readonly
BindableAttribute
No
Specifies that a property is not typically used for binding. This field is read-only.
public static readonly
BindableAttribute
Yes
Specifies that a property is typically used for binding. This field is read-only.
Properties
public
bool
Bindable
Gets a value indicating that a property is typically used for binding.
public
BindingDirection
Direction
Gets a value indicating the direction or directions of this property's data binding.
public
object
TypeId
Methods
public
bool
Equals​(object obj)
Determines whether two <see cref="T:System.ComponentModel.BindableAttribute" /> objects are equal.
Returns <see langword="true" /> if the specified <see cref="T:System.ComponentModel.BindableAttribute" /> is equal to the current <see cref="T:System.ComponentModel.BindableAttribute" /> ; <see langword="false" /> if it is not equal.
obj
The object to compare.
public
int
GetHashCode​()
Serves as a hash function for the <see cref="T:System.ComponentModel.BindableAttribute" /> class.
Returns A hash code for the current <see cref="T:System.ComponentModel.BindableAttribute" /> .
public
bool
IsDefaultAttribute​()
Determines if this attribute is the default.
Returns <see langword="true" /> if the attribute is the default value for this attribute class; otherwise, <see langword="false" /> .
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object