DefaultValueAttribute
Specifies the default value for a property.
Gets the default value of the property this attribute is bound to.
Initializes a new instance of the DefaultValueAttribute class, converting the specified value to the specified type, and using an invariant culture as the translation context.
Initializes a new instance of the DefaultValueAttribute class using a Unicode character.
Initializes a new instance of the DefaultValueAttribute class using an 8-bit unsigned integer.
Initializes a new instance of the DefaultValueAttribute class using a 16-bit signed integer.
Initializes a new instance of the DefaultValueAttribute class using a 32-bit signed integer.
Initializes a new instance of the DefaultValueAttribute class using a 64-bit signed integer.
Initializes a new instance of the DefaultValueAttribute class using a single-precision floating point number.
Initializes a new instance of the DefaultValueAttribute class using a double-precision floating point number.
Initializes a new instance of the DefaultValueAttribute class using a Boolean value.
Initializes a new instance of the DefaultValueAttribute class using a String.
Initializes a new instance of the DefaultValueAttribute class.