Back to Devexpress

PreviewMouseEventArgs.Brick Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-previewmouseeventargs.md

latest1.9 KB
Original Source

PreviewMouseEventArgs.Brick Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public VisualBrick Brick { get; }
vb
Public ReadOnly Property Brick As VisualBrick

Property Value

TypeDescription
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

Create Drill-Through Reports

PreviewMouseEventArgs Class

PreviewMouseEventArgs Members

DevExpress.XtraReports.UI Namespace