Back to Devexpress

DashboardItemControlEventArgs.CardControl Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarditemcontroleventargs-1aca11a4.md

latest1.4 KB
Original Source

DashboardItemControlEventArgs.CardControl Property

Gets an underlying Card control.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public CardControl CardControl { get; }
vb
Public ReadOnly Property CardControl As CardControl

Property Value

TypeDescription
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

DashboardItemControlEventArgs Class

DashboardItemControlEventArgs Members

DevExpress.DashboardWin Namespace