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

ComboBoxDashboardLayoutItem Class

Allows you to specify the style and templates to customize the ComboBoxDashboardItem appearance.

Namespace: DevExpress.DashboardWpf

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public class ComboBoxDashboardLayoutItem :
    DashboardLayoutItem

Remarks

Bind the DashboardLayoutItem.ViewStyle property to the Style property of the underlying ComboBoxEdit when you create a custom ComboBoxDashboardLayoutItem template.

Tip

For a complete list of dashboard item styles, see A List of Styles and Templates.

Inheritance

See Also