namespace: Serenity.ComponentModel assembly: Serenity.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 |
- class InsertableAttribute