Back to Devexpress

GroupHeaderBand Events

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-groupheaderband-dot-underscore-events.md

latest6.3 KB
Original Source

GroupHeaderBand Events

A report band used for specifying grouping criteria and displaying information at the beginning of a group of records.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
BandLevelChangedOccurs when the value of the GroupBand.Level property changes. Inherited from GroupBand.
BeforePrintOccurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DrawOverrides the XRControl.Draw event. Inherited from Band.
EvaluateBindingOverrides the XRControl.EvaluateBinding event to hide it. Inherited from Band.
HeightChangedOccurs when the band height is changed. Inherited from Band.
HtmlItemCreatedOverrides the XRControl.HtmlItemCreated event. Inherited from Band.
LocationChangedOverrides the XRControl.LocationChanged event. Inherited from Band.
ParentChangedOverrides the XRControl.ParentChanged event. Inherited from Band.
PreviewClickHides the inappropriate XRControl.PreviewClick event of the parent XRControl class. Inherited from Band.
PreviewDoubleClickHides the inappropriate XRControl.PreviewDoubleClick event of the parent XRControl class. Inherited from Band.
PreviewMouseDownHides the inappropriate XRControl.PreviewMouseDown event of the parent XRControl class. Inherited from Band.
PreviewMouseMoveHides the inappropriate XRControl.PreviewMouseMove event of the parent XRControl class. Inherited from Band.
PreviewMouseUpHides the inappropriate XRControl.PreviewMouseUp event of the parent XRControl class. Inherited from Band.
PrintOnPageOverrides the XRControl.PrintOnPage event to hide it. Inherited from Band.
SizeChangedOverrides the XRControl.SizeChanged event. Inherited from Band.
SortingSummaryGetResultOccurs when a summary gets its final value.
SortingSummaryResetOccurs when the summary value needs to be set to its initial value when calculating a custom summary.
SortingSummaryRowChangedOccurs when a group header retrieves the next data row in the bound data source.
TextChangedOverrides the XRControl.TextChanged event. Inherited from Band.

See Also

GroupHeaderBand Class

GroupHeaderBand Members

DevExpress.XtraReports.UI Namespace