PropertyItem.HideOnInsert property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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