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 | Custom |
The current master filter selection. |
See Also