Skip to main content
All docs
V25.1
  • CustomControlProviderBase.Control Property

    Gets a control displayed in a custom item.

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    protected abstract Control Control { get; }

    Property Value

    Type Description
    Control

    A DevExpress WinForms control used to visualize data in the dashboard item.

    See Also