Skip to main content

ComboBoxEditSettings.GetApplyImageTemplateToSelectedItem() Method

Gets the value of the ComboBoxEdit.ApplyImageTemplateToSelectedItem property.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool GetApplyImageTemplateToSelectedItem()

Returns

Type Description
Boolean

true if the ImageTemplate is applied to the selected item; otherwise, false.

See Also