Back to Devexpress

DataInspectorFormLoadEventArgs.RawDataGrid Property

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

latest1.2 KB
Original Source

DataInspectorFormLoadEventArgs.RawDataGrid Property

Provides access to the Grid control that displays raw 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 RawDataGrid { get; }
vb
Public ReadOnly Property RawDataGrid As GridControl

Property Value

TypeDescription
GridControl

A GridControl that displays raw data.

|

See Also

DataInspectorFormLoadEventArgs Class

DataInspectorFormLoadEventArgs Members

DevExpress.DashboardWin Namespace