DocumentPreviewMouseEventArgs.Brick Property
In This Article
Gets a brick for which the corresponding event has been raised.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
#Property Value
Type | Description |
---|---|
Brick | A brick representing the document content in the preview. |
#Remarks
Use the Brick property to obtain information about the document’s point in time when the DocumentPreviewControl.DocumentPreviewMouseClick, DocumentPreviewControl.DocumentPreviewMouseDoubleClick or DocumentPreviewControl.DocumentPreviewMouseMove event occurs.
See Also