Back to Devexpress

LookUpEditSettingsBase.AllowItemHighlighting Property

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-lookupeditsettingsbase-7bf172d7.md

latest1.2 KB
Original Source

LookUpEditSettingsBase.AllowItemHighlighting Property

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

Namespace : DevExpress.Xpf.Editors.Settings

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.

|

See Also

LookUpEditSettingsBase Class

LookUpEditSettingsBase Members

DevExpress.Xpf.Editors.Settings Namespace