Back to Devexpress

CustomItemSelection Class

dashboard-devexpress-dot-dashboardcommon-4ab18b20.md

latest1.8 KB
Original Source

CustomItemSelection Class

Contains methods that allow you to get the master filter‘s current state.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CustomItemSelection
vb
Public Class CustomItemSelection

The following members return CustomItemSelection objects:

Remarks

The ICustomItemInteractivityProvider.SetMasterFilter(DashboardFlatDataSourceRow) method sets a master filter. Use the CustomControlProviderBase.SetSelection(CustomItemSelection) method to visualize the current master filter state in a custom control that displays a custom item.

Inheritance

Object CustomItemSelection

See Also

CustomItemSelection Members

DevExpress.DashboardCommon Namespace