Skip to main content
All docs
V18.2

ASPxClientPreviewClickEventArgs.Brick Property

Provides information on a visual brick representing content of a report control that has been clicked.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxClientWebDocumentViewerBrick Brick { get; }

Property Value

Type Description
ASPxClientWebDocumentViewerBrick

An object that provides information on a visual brick.

See Also