Skip to main content

SearchLookUpEditStyleSettings.IsTextEditable Property

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

Namespace: DevExpress.Xpf.Grid.LookUp

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool? IsTextEditable { get; set; }

Property Value

Type Description
Nullable<Boolean>

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

Remarks

By default, 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).

When the IsTextEditable property is set to true, the MultiSelectLookUpEditStyleSettings and CheckedComboBoxStyleSettings are unavailable.

See Also