Skip to content

PropertyItem.HideOnInsert property

Gets or sets the hide on insert flag which controls visibility of the property in new record forms.

public bool? HideOnInsert { get; set; }

Property Value

The hide on insert flag.

See Also