DataDashboardItem.IgnoreMasterFilters Property
In This Article
OBSOLETE
This property is now obsolete. Use the Interactivity
Gets or sets whether this dashboard item ignores filtering applied by master filters.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#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