Back to Devexpress

DashboardTitle.ShowMasterFilterState Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardtitle-7300cfc6.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
[DefaultValue(true)]
public bool ShowMasterFilterState { get; set; }
vb
<DefaultValue(True)>
Public Property ShowMasterFilterState As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

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

See Also

DashboardTitle Class

DashboardTitle Members

DevExpress.DashboardCommon Namespace