Property IsReadOnly
| Edit this page View SourceIsReadOnly
Gets or sets a value indicating whether generated control will be read-only.
Declaration
public bool IsReadOnly { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Any field that is editable as defined by the feature schema can be made read-only. Any field that is read-only as defined by the feature schema cannot be made editable.