Back to Devexpress

DataInspectorFormLoadEventArgs.AggregatedDataGrid Property

dashboard-devexpress-dot-dashboardwin-dot-datainspectorformloadeventargs.md

latest1.3 KB
Original Source

DataInspectorFormLoadEventArgs.AggregatedDataGrid Property

Provides access to the Grid control that displays aggregated data in the Data Inspector dialog.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public GridControl AggregatedDataGrid { get; }
vb
Public ReadOnly Property AggregatedDataGrid As GridControl

Property Value

TypeDescription
GridControl

A GridControl that displays aggregated data.

|

See Also

DataInspectorFormLoadEventArgs Class

DataInspectorFormLoadEventArgs Members

DevExpress.DashboardWin Namespace