Skip to main content

BaseEdit.IsReadOnly Property

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

public bool IsReadOnly { get; set; }

#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