Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.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