Back to Devexpress

ComboBoxEdit.ApplyImageTemplateToSelectedItem Property

wpf-devexpress-dot-xpf-dot-editors-dot-comboboxedit-a66c09f5.md

latest1.2 KB
Original Source

ComboBoxEdit.ApplyImageTemplateToSelectedItem Property

Gets whether to apply the ImageTemplate to the selected item, displayed within the edit box.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public bool ApplyImageTemplateToSelectedItem { get; protected set; }
vb
<Browsable(False)>
Public Property ApplyImageTemplateToSelectedItem As Boolean

Property Value

TypeDescription
Boolean

true to apply the image template to the selected item; otherwise, false.

|

See Also

ComboBoxEdit Class

ComboBoxEdit Members

DevExpress.Xpf.Editors Namespace