Back to Devexpress

DataInspectorFormLoadEventArgs.AllowExportAggregatedData Property

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

latest1.6 KB
Original Source

DataInspectorFormLoadEventArgs.AllowExportAggregatedData Property

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

AllowExportRawData

DataInspectorFormLoadEventArgs Class

DataInspectorFormLoadEventArgs Members

DevExpress.DashboardWin Namespace