dashboard-400142-wpf-viewer-a-list-of-styles-and-templates.md
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.
| 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. |
| 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. |
See Also
How to Customize the GridDashboardItem Using Template