Skip to main content
A newer version of this page is available. .

PreviewMouseEventArgs.Brick Property

Gets a visual brick that represents this control’s contents on a report page.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public VisualBrick Brick { get; }

Property Value

Type Description
VisualBrick

A VisualBrick object which represents the control’s contents.

Remarks

Use the Brick property to access the VisualBrick containing information about this the control at the point in time when the XRControl.PreviewClick, XRControl.PreviewDoubleClick, XRControl.PreviewMouseDown, XRControl.PreviewMouseUp or XRControl.PreviewMouseMove event occurred.

See Also