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.​DefaultBindingPropertyAttribute
Assembly: System.ComponentModel.TypeConverter
Inheritance: object → Attribute → DefaultBindingPropertyAttribute
Specifies the default binding property for a component. This class cannot be inherited.
Fields and Constants
public static readonly
DefaultBindingPropertyAttribute
Default
Represents the default value for the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> class.
Properties
public
string
Name
Gets the name of the default binding property for the component to which the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> is bound.
public
object
TypeId
Methods
public
bool
Equals​(object obj)
Determines whether the specified <see cref="T:System.Object" /> is equal to the current <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> instance.
Returns <see langword="true" /> if the object is equal to the current instance; otherwise, <see langword="false" /> , indicating they are not equal.
obj
The <see cref="T:System.Object" /> to compare with the current <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute" /> instance.
public
int
GetHashCode​()
Returns the hash code for this instance.
Returns A 32-bit signed integer hash code.
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object