Skip to main content

EditBase.IsReadOnly Property

Gets or sets whether users can change a value in the editor.

Namespace: DevExpress.XamarinForms.Editors

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 a value in the editor; otherwise, false.

See Also