Click or drag to resize
FormComponentPropertiesTValue Methods

The FormComponentPropertiesTValue generic type exposes the following members.

Methods
  NameDescription
Public methodGetDefaultValue
Gets the default value. The DefaultValue property can be used directly to obtain the typed default value.
(Overrides FormComponentPropertiesGetDefaultValue.)
Public methodSetDefaultValue
Sets the default value to value. The value must be of type TValue or an exception is thrown. The DefaultValue property can be used directly to set the typed default value.
(Overrides FormComponentPropertiesSetDefaultValue(Object).)
Top
See Also