Constructors
-
Bindable
Attribute(Bindable Initializes a new instance of the BindableAttribute class with one of the BindableSupport values.Support) -
Bindable
Attribute(Bindable Initializes a new instance of the BindableAttribute class.Support, Binding Direction) -
Bindable
Attribute(Boolean) Initializes a new instance of the BindableAttribute class with a Boolean value. -
Bindable
Attribute(Boolean, Initializes a new instance of the BindableAttribute class.Binding Direction)
Methods
- Equals(Object) Determines whether two BindableAttribute objects are equal.
-
Get
Hash Serves as a hash function for the BindableAttribute class.Code() -
Is
Default Determines if this attribute is the default.Attribute()
Fields
- Default Specifies the default value for the BindableAttribute, which is No. This field is read-only.
- No Specifies that a property is not typically used for binding. This field is read-only.
- Yes Specifies that a property is typically used for binding. This field is read-only.