DataFormTextItemBase.IsReadOnly Property
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
public bool IsReadOnly { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true to prevent users from changing text in the editor; otherwise, false. |
See Also