Back to Devexpress

DataGridView.CustomGroupSummaryExport Event

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

latest1.6 KB
Original Source

DataGridView.CustomGroupSummaryExport Event

Allows you to customize an exported group summary.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public event EventHandler<CustomGroupSummaryExportEventArgs> CustomGroupSummaryExport

Event Data

The CustomGroupSummaryExport event's data class is CustomGroupSummaryExportEventArgs. 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.
ContentGets or sets the content of the exported cell. Inherited from CustomExportEventArgs.
RowHandleGets the handle of the exported group summary’s row.

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace