Skip to main content
All docs
V23.2

CustomControlProviderBase.SetSelection(CustomItemSelection) Method

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.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