PropertyItem.Insertable property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the insertable flag of the property. If this is false, the property won't be serialized back in new record forms. Does not apply to grids.

public bool? Insertable { get; set; }

Property Value

The insertable.

See Also