PropertyItem.DefaultValue property
Gets or sets the default value of the property in new record forms.
public object? DefaultValue { get; set; }
Property Value
The default value.
See Also
- class PropertyItem
Gets or sets the default value of the property in new record forms.
public object? DefaultValue { get; set; }
The default value.