Skip to main content
A newer version of this page is available. .
All docs
V23.1

CustomControlProviderBase.Control Property

Gets a control displayed in a custom item.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

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