ICustomItemInteractivityProvider Properties
Exposes interactivity methods and options.| Name | Description |
|---|---|
| CanClearMasterFilter | Returns whether the specified master filter can be cleared in the current state. |
| CanPerformDrillDown | Returns whether drill up is possible in the current state of the specified custom dashboard item. |
| CanPerformDrillUp | Returns whether drill up is possible in the current state of the specified custom dashboard item. |
| CanSetMasterFilter | Returns whether the master filter item allows a user to select one or more elements. |
| CanSetMultiValueMasterFilter | Returns whether the master filter item allows a user to select multiple elements. |
| IsDrillDownEnabled | Gets whether drill-down is enabled. |
| MasterFilterMode | Gets or sets the master filter item selection mode. |
See Also