Skip to main content

DocumentPreviewMouseEventArgs.Brick Property

Gets a brick for which the corresponding event has been raised.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public Brick Brick { get; }

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