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

DashboardItemControlEventArgs.GridControl Property

Gets an underlying grid control.

Namespace: DevExpress.DashboardWin

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

Declaration

public GridControl GridControl { get; }

Property Value

Type Description
GridControl

A GridControl object that is the grid control.

Remarks

Use the GridControl property to access a grid control corresponding to the GridDashboardItem.

See Also