Skip to main content
A newer version of this page is available. .
All docs
V20.2

XRTableOfContents.Draw Event

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(false)]
public override event DrawEventHandler Draw

Event Data

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

Property Description
Bounds Gets a rectangle object specifying the height, width and location of the control.
Brick Gets a visual brick that represents this control’s contents on a report page.
UniGraphics Provides access to an object that is used to draw report components.

The event data class exposes the following methods:

Method Description
GetPageVisualBricksEnumerator() For internal use. Returns an enumerator containing visual bricks generated for all report controls on this page.
See Also