Skip to main content
All docs
V24.2

CustomControlProviderBase.SetSelection(CustomItemSelection) Method

In This Article

Updates a custom control according to the current master filter selection.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

#Declaration

protected virtual void SetSelection(
    CustomItemSelection selection
)

#Parameters

Name Type Description
selection CustomItemSelection

The current master filter selection.

See Also