FilterableDashboardItemInteractivityOptions.IgnoreMasterFilters Property
Gets or sets whether the current dashboard item ignores filtering applied by master filters.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public virtual bool IgnoreMasterFilters { get; set; }
Public Overridable Property IgnoreMasterFilters As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, to ignore filtering applied by Master Filters; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 25 property paths
See Also
Feedback