CustomizeDashboardCaptionBaseEventArgs Properties
Base class for EventArgs passed to the CustomizeDashboardTitle and CustomizeDashboardItemCaption events of DashboardDesigner and DashboardViewer controls.Name | Description |
---|---|
FilterText | Gets or sets the text displayed in the dashboard title or in the dashboard item caption. The text identifies a single master filter value applied to the dashboard. |
Items | Provides access to command buttons located in the dashboard title or in the dashboard item’s caption. |
Text | Gets or sets the text displayed in the dashboard title or the dashboard item caption. |
See Also