Skip to main content
All docs
V24.1

CustomControlProviderBase.Control Property

Gets a control displayed in a custom item.

Namespace: DevExpress.DashboardWin

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