Skip to main content

DataFormTextItemBase.IsReadOnly Property

Gets or sets whether users can change text in the editor. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IsReadOnly { get; set; }

Property Value

Type Default Description
Boolean false

true to prevent users from changing a value in the editor; otherwise, false.

See Also