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

DashboardControlBase.ComboBoxItemStyle Property

Gets or sets the style applied to the ComboBoxDashboardLayoutItem. This is a dependency property.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v19.1.dll

Declaration

public Style ComboBoxItemStyle { get; set; }

Property Value

Type Description
Style

A Style object that is the style applied to the ComboBoxDashboardLayoutItem.

See Also