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
- class PropertyItem
Gets or sets the hide on insert flag which controls visibility of the property in new record forms.
public bool? HideOnInsert { get; set; }
The hide on insert flag.