Skip to main content
A newer version of this page is available. .
All docs
V21.2

CustomControlProviderBase.Control Property

Gets a control displayed in a custom item.

Namespace: DevExpress.DashboardWin

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