Skip to main content

DateEdit.IsTextEditable Property

Gets or sets whether users are allowed to edit the text displayed in the edit box. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(true, Handler = "OnIsTextEditableChanged")]
public bool IsTextEditable { get; set; }

Property Value

Type Description
Boolean

true to allow users to edit the text displayed in the edit box; otherwise, false.

See Also