BaseEdit.IsReadOnly Property
In This Article
Gets or sets whether the editor's value can be changed by end-users. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if an end-user cannot modify the editor's value; otherwise, false. |
#Implements
DevExpress.Xpf.Editors.IBaseEdit.IsReadOnly
See Also