DashboardItemControlEventArgs.CardControl Property
Gets an underlying Card control.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
Type | Description |
---|---|
CardControl | A CardControl object that is an underlying Card control. |
Remarks
Use the CardControl property to access a Card control corresponding to the CardDashboardItem.
See Also