Back to Devexpress

VerticalDetailBand Events

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

latest5.4 KB
Original Source

VerticalDetailBand Events

A vertical band that displays recurring content from the report’s data source.

NameDescription
AfterPrintOccurs after an XRControl object is displayed in the report. Inherited from XRControl.
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.
TextChangedOverrides the XRControl.TextChanged event. Inherited from Band.

See Also

VerticalDetailBand Class

VerticalDetailBand Members

DevExpress.XtraReports.UI Namespace