Skip to main content
A newer version of this page is available. .

DashboardItemControlEventArgs.CardControl Property

Gets an underlying Card control.

Namespace: DevExpress.DashboardWin

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

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