DashboardItemInteractivityOptions Class
Contains options that control interactivity features, such as Master Filtering and drill-down.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public class DashboardItemInteractivityOptions :
FilterableDashboardItemInteractivityOptions
Remarks
The DashboardItemInteractivityOptions class provides the DashboardItemInteractivityOptions.MasterFilterMode and DashboardItemInteractivityOptions.IsDrillDownEnabled properties that allow you to enable Master Filtering and drill-down respectively.
To access interactivity options, use the dashboard item’s InteractivityOptions property.
To learn more about interactivity features, see the Interactivity topic.
See Also