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

DashboardItemInteractivityOptions.IsMasterFilter Property

OBSOLETE

This property is now obsolete. Use the MasterFilterMode property instead.

Gets or sets whether this dashboard item acts as a Master Filter.

Namespace: DevExpress.DashboardCommon

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

Declaration

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

Property Value

Type Description
Boolean

true, if this dashboard item should act as a Master Filter; otherwise, false.

Property Paths

You can access this nested property as listed below:

See Also