Skip to main content

ButtonEditSettings.IsTextEditable Property

Gets or sets whether an end-user is allowed to edit the text within the editor's edit box. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public bool IsTextEditable { get; set; }

#Property Value

Type Description
Boolean

true to allow an end-user to edit the text displayed within the edit box; otherwise, false.

#Remarks

If the IsTextEditable property is set to false, an end-user is not allowed to change, select and copy the text displayed within the edit box, but can click editor buttons (if any).

See Also