Show / Hide Table of Contents

Property IsReadOnly

| Edit this page View Source

IsReadOnly

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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX