PropertyItem.ReadOnly property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the read only flag of the property in forms.

public bool? ReadOnly { get; set; }

Property Value

The read only.

See Also