Skip to content

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