Back to Devexpress

ComboBoxDashboardLayoutItem Class

dashboard-devexpress-dot-dashboardwpf-6a874408.md

latest2.3 KB
Original Source

ComboBoxDashboardLayoutItem Class

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

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public class ComboBoxDashboardLayoutItem :
    DashboardLayoutItem
vb
Public Class ComboBoxDashboardLayoutItem
    Inherits 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

Show 13 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control DevExpress.Xpf.Docking.psvFrameworkElement BaseLayoutItem ContentItem LayoutControlItem DashboardLayoutItem ComboBoxDashboardLayoutItem

See Also

ComboBoxDashboardLayoutItem Members

DevExpress.DashboardWpf Namespace