A newer version of this page is available.
Switch to the current version.
DashboardItemControlEventArgs.CardControl Property
Gets an underlying Card control.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
public CardControl CardControl { get; }
Public ReadOnly Property CardControl As CardControl
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
Feedback