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
See Also