Back to Devexpress

BaseComboBoxStyleSettings.ItemContainerStyle Property

wpf-devexpress-dot-xpf-dot-editors-dot-basecomboboxstylesettings.md

latest1.3 KB
Original Source

BaseComboBoxStyleSettings.ItemContainerStyle Property

Gets or sets the style applied to the container element generated for each item within the editor’s dropdown. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Style ItemContainerStyle { get; set; }
vb
Public Property ItemContainerStyle As Style

Property Value

TypeDescription
Style

A Style object that is applied to the container element generated for each item.

|

See Also

BaseComboBoxStyleSettings Class

BaseComboBoxStyleSettings Members

DevExpress.Xpf.Editors Namespace