Back to Devexpress

A List of Styles and Templates

dashboard-400142-wpf-viewer-a-list-of-styles-and-templates.md

latest9.0 KB
Original Source

A List of Styles and Templates

  • Jun 02, 2020
  • 2 minutes to read

The DashboardControl allows you to modify the visual elements’ data layout and appearance using styles and templates. To access them, use properties listed in the following tables.

General Dashboard Styles and Templates

Visual ElementDashbordControl’s PropertyDescription
Parameters DialogParametersTemplateAllows you to display a custom parameters dialog
Dashboard TitleTitleCustomizationsTemplateAllows you to add, remove or modify command buttons and create drop-down menus in the dashboard title.
Dashboard TitleTitleStyleSpecifies a style applied to the dashboard title.

Base Dashboard Item Styles

Visual ElementDashbordControl’s PropertyDescription
DashboardLayoutItemDashboardItemStyle, DashboardItemStyleSelectorSpecifies a base style applied to any dashboard item except the DashboardLayoutGroup. You can set an item-specific style to override the base style.
DashboardLayoutGroupItemGroupStyle, ItemGroupStyleSelectorSpecifies a style applied to any dashboard item group.

Dashboard Item Styles

Visual ElementDashbordControl’s PropertyDescription
BoundImageDashboardLayoutItemBoundImageItemStyle, BoundImageItemStyleSelectorSpecifies a style to visualize the BoundImageDashboardItem.
CardDashboardLayoutItemCardItemStyle, CardItemStyleSelectorSpecifies a style to visualize the CardDashboardItem.
ComboBoxDashboardLayoutItemComboBoxItemStyle, ComboBoxItemStyleSelectorSpecifies a style to visualize the ComboBoxDashboardItem.
ChartDashboardLayoutItemChartItemStyle, ChartItemStyleSelectorSpecifies a style to visualize the ChartDashboardItem.
DateFilterDashboardLayoutItemDateFilterItemStyle, DateFilterItemStyleSelectorSpecifies a style to visualize the DateFilterDashboardItem.
GaugeDashboardLayoutItemGaugeItemStyle, GaugeItemStyleSelectorSpecifies a style to visualize the GaugeDashboardItem.
GridDashboardLayoutItemGridItemStyle, GridItemStyleSelectorSpecifies a style to visualize the GridDashboardItem.
ImageDashboardLayoutItemImageItemStyle, ImageItemStyleSelectorSpecifies a style to visualize the ImageDashboardItem.
ListBoxDashboardLayoutItemListBoxItemStyle, ListBoxItemStyleSelectorSpecifies a style to visualize the ListBoxDashboardItem.
MapDashboardLayoutItemMapItemStyle, MapItemStyleSelectorSpecifies a style to visualize the MapDashboardItem.
PieDashboardLayoutItemPieItemStyle, PieItemStyleSelectorSpecifies a style to visualize the PieDashboardItem.
PivotDashboardLayoutItemPivotItemStyle, PivotItemStyleSelectorSpecifies a style to visualize the PivotDashboardItem.
RangeDashboardLayoutItemRangeItemStyle, RangeItemStyleSelectorSpecifies a style to visualize the RangeFilterDashboardItem.
TextBoxDashboardLayoutItemTextBoxItemStyle, TextBoxItemStyleSelectorSpecifies a style to visualize the TextBoxDashboardItem.
TreemapDashboardLayoutItemTreemapItemStyle, TreemapItemStyleSelectorSpecifies a style to visualize the TreemapDashboardItem.
TreeViewDashboardLayoutItemTreeViewItemStyle, TreeViewItemStyleSelectorSpecifies a style to visualize the TreeViewDashboardItem.

See Also

How to Customize the GridDashboardItem Using Template

How to Embed a DevExpress Control in the WPF Dashboard

WPF Application Themes

MVVM Framework