Skip to main content
All docs
V25.1
  • CustomControlProviderBase.SetSelection(CustomItemSelection) Method

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

    Namespace: DevExpress.DashboardWin

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