Back to Devexpress

DashboardControl.CanSetMultiValueMasterFilter(String) Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-cansetmultivaluemasterfilter-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

DashboardControl.CanSetMultiValueMasterFilter(String) Method

Returns whether the master filter item allows users to select multiple elements.

Namespace : DevExpress.DashboardWpf

Assembly : DevExpress.Dashboard.v25.2.Wpf.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public bool CanSetMultiValueMasterFilter(
    string dashboardItemName
)
vb
Public Function CanSetMultiValueMasterFilter(
    dashboardItemName As String
) As Boolean

Parameters

NameTypeDescription
dashboardItemNameString

A String that specifies the component name of the dashboard item.

|

Returns

TypeDescription
Boolean

true , if the master filter item allows users to select multiple elements; otherwise, false.

|

See Also

CanClearMasterFilter(String)

CanSetMasterFilter(String)

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace