InsertableAttribute constructor

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Controls if this field is editable in new record mode. When used with fields, turns on or off the insertable flag.

public InsertableAttribute(bool insertable = true)
parameter description
insertable True to make field insertable

See Also