PropertyItem.Updatable property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the updatable flag of the property. If it is false, property won't be serialized back in edit forms and it will be readonly.

public bool? Updatable { get; set; }

Property Value

The updatable.

See Also