DataFormTextItemBase.IsReadOnly Property
In This Article
Gets or sets whether users can change text in the editor.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public bool IsReadOnly { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to prevent users from changing text in the editor; otherwise, false. |
See Also