Back to Devexpress

LookUpEditBase.AllowItemHighlighting Property

wpf-devexpress-dot-xpf-dot-editors-dot-lookupeditbase-4ebcc201.md

latest1.2 KB
Original Source

LookUpEditBase.AllowItemHighlighting Property

Gets or sets whether item highlighting is enabled. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowItemHighlighting { get; set; }
vb
Public Property AllowItemHighlighting As Boolean

Property Value

TypeDescription
Boolean

true, to highlight an item located under the mouse pointer; otherwise, false.

|

Remarks

See Also

LookUpEditBase Class

LookUpEditBase Members

DevExpress.Xpf.Editors Namespace