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

DashboardTitle.ShowMasterFilterState Property

Gets or sets whether to display the state of master filter items in the dashboard title.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(true)]
public bool ShowMasterFilterState { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display the state of master filter items in the dashboard title; otherwise, false.

Remarks

When an end-user hovers over the DashboardTitle_MasterFilterIcon icon within the dashboard title, all master filters applied to the dashboard are displayed in the invoked popup.

DashboardTitle_MasterFilterPopup

See Also