Back to Devexpress

DataGridView.CustomTotalSummaryExport Event

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-d019ca79.md

latest1.7 KB
Original Source

DataGridView.CustomTotalSummaryExport Event

Allows you to customize an exported total summary.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public event EventHandler<CustomTotalSummaryExportEventArgs> CustomTotalSummaryExport

Event Data

The CustomTotalSummaryExport event's data class is CustomTotalSummaryExportEventArgs. The following properties provide information specific to this event:

PropertyDescription
AppearanceGets the appearance properties that are applied to cells in the exported document. Inherited from CustomExportEventArgs.
ColumnGets the exported header’s column. Inherited from CustomHeaderExportEventArgs.
ContentGets or sets the content of the exported cell. Inherited from CustomExportEventArgs.

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace