SkipFooterRowEventArgs.SummaryFooterHandle Property
Gets the handle of the currently processed group footer. These handles match group row handles in the GridControl,
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | The handle of the currently processed group footer |
Remarks
The SummaryFooterHandle property allows you to identify the current group footer handle, which matches the handle of the corresponding group row in the source GridControl. Group footer/row handles are negative, starting from -1.
Using the obtained group footer/row handle, you can retrieve information on the group row and group footer by calling the GridControl‘s methods that require a row handle as a parameter. For instance, the GridView.GetGroupRowDisplayText method allows you to obtain the text displayed within a group row. For more information, refer to the following topics.
For total summary footers, the SummaryFooterHandle property returns 0.