Skip to main content
A newer version of this page is available. .

ComboBoxEditSettings.GetApplyImageTemplateToSelectedItem() Method

Gets the value of the ComboBoxEdit.ApplyImageTemplateToSelectedItem property.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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