Skip to main content

DashboardItemControlEventArgs.CardControl Property

Gets an underlying Card control.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public CardControl CardControl { get; }

#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