Back to Devexpress

DataInspectorFormLoadEventArgs.AllowExportRawData Property

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

latest1.5 KB
Original Source

DataInspectorFormLoadEventArgs.AllowExportRawData Property

Gets or sets whether end users can export raw data from the Data Inspector.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public bool AllowExportRawData { get; set; }
vb
Public Property AllowExportRawData As Boolean

Property Value

TypeDescription
Boolean

true , to allow end users to export raw data from the Data Inspector; otherwise, false.

|

See Also

AllowExportAggregatedData

DataInspectorFormLoadEventArgs Class

DataInspectorFormLoadEventArgs Members

DevExpress.DashboardWin Namespace