Skip to main content
A newer version of this page is available. .
All docs
V23.1

CustomItemSelection Class

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public class CustomItemSelection

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