Skip to main content

A List of Styles and Templates

  • 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 Element DashbordControl’s Property Description
Parameters Dialog ParametersTemplate Allows you to display a custom parameters dialog
Dashboard Title TitleCustomizationsTemplate Allows you to add, remove or modify command buttons and create drop-down menus in the dashboard title.
Dashboard Title TitleStyle Specifies a style applied to the dashboard title.

Base Dashboard Item Styles

Visual Element DashbordControl’s Property Description
DashboardLayoutItem DashboardItemStyle, DashboardItemStyleSelector Specifies a base style applied to any dashboard item except the DashboardLayoutGroup. You can set an item-specific style to override the base style.
DashboardLayoutGroup ItemGroupStyle, ItemGroupStyleSelector Specifies a style applied to any dashboard item group.

Dashboard Item Styles

Visual Element DashbordControl’s Property Description
BoundImageDashboardLayoutItem BoundImageItemStyle, BoundImageItemStyleSelector Specifies a style to visualize the BoundImageDashboardItem.
CardDashboardLayoutItem CardItemStyle, CardItemStyleSelector Specifies a style to visualize the CardDashboardItem.
ComboBoxDashboardLayoutItem ComboBoxItemStyle, ComboBoxItemStyleSelector Specifies a style to visualize the ComboBoxDashboardItem.
ChartDashboardLayoutItem ChartItemStyle, ChartItemStyleSelector Specifies a style to visualize the ChartDashboardItem.
DateFilterDashboardLayoutItem DateFilterItemStyle, DateFilterItemStyleSelector Specifies a style to visualize the DateFilterDashboardItem.
GaugeDashboardLayoutItem GaugeItemStyle, GaugeItemStyleSelector Specifies a style to visualize the GaugeDashboardItem.
GridDashboardLayoutItem GridItemStyle, GridItemStyleSelector Specifies a style to visualize the GridDashboardItem.
ImageDashboardLayoutItem ImageItemStyle, ImageItemStyleSelector Specifies a style to visualize the ImageDashboardItem.
ListBoxDashboardLayoutItem ListBoxItemStyle, ListBoxItemStyleSelector Specifies a style to visualize the ListBoxDashboardItem.
MapDashboardLayoutItem MapItemStyle, MapItemStyleSelector Specifies a style to visualize the MapDashboardItem.
PieDashboardLayoutItem PieItemStyle, PieItemStyleSelector Specifies a style to visualize the PieDashboardItem.
PivotDashboardLayoutItem PivotItemStyle, PivotItemStyleSelector Specifies a style to visualize the PivotDashboardItem.
RangeDashboardLayoutItem RangeItemStyle, RangeItemStyleSelector Specifies a style to visualize the RangeFilterDashboardItem.
TextBoxDashboardLayoutItem TextBoxItemStyle, TextBoxItemStyleSelector Specifies a style to visualize the TextBoxDashboardItem.
TreemapDashboardLayoutItem TreemapItemStyle, TreemapItemStyleSelector Specifies a style to visualize the TreemapDashboardItem.
TreeViewDashboardLayoutItem TreeViewItemStyle, TreeViewItemStyleSelector Specifies a style to visualize the TreeViewDashboardItem.
See Also