Skip to main content

PreviewMouseEventArgs.PreviewControl Property

Gets the control which shows the print preview of the report for this event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v26.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public object PreviewControl { get; }

Property Value

Type Description
Object

A control that displays the print preview of a report.

Remarks

Use the control returned via the PreviewControl property to perform different actions when handling mouse events in the report’s preview.

See Also