Skip to content

PropertyItem.Updatable property

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