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

DataDashboardItem.IgnoreMasterFilters Property

OBSOLETE

This property is now obsolete. Use the InteractivityOptions.IgnoreMasterFilters property instead.

Gets or sets whether this dashboard item ignores filtering applied by master filters.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[Browsable(false)]
[Obsolete("This property is now obsolete. Use the InteractivityOptions.IgnoreMasterFilters property instead.")]
public bool IgnoreMasterFilters { get; set; }

Property Value

Type Description
Boolean

true, to ignore filtering applied by Master Filters; otherwise, false.

Remarks

Set the IgnoreMasterFilters property to true to prevent this dashboard item form being filtered by Master Filters.

See Also