Readonly

IFormField.Readonly property

Gets or sets a value indicating whether this IFormField is readonly. Some analog of HTML attribute: readonly.

public bool Readonly { get; set; }

Property Value

true if readonly; otherwise, false.

See Also