DataFormTextEditorAttributeBase.IsReadOnly Property
In This Article
Gets or sets whether users can change a value in the editor.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public bool IsReadOnly { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also