Skip to main content
A newer version of this page is available. .

DashboardItemInteractivityOptions Class

Contains options that control interactivity features, such as Master Filtering and drill-down.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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