Skip to main content
A newer version of this page is available. .

HtmlEventArgs.Brick Property

Gets a visual brick that represents the content of the currently processed item on a report page.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public VisualBrick Brick { get; }

Property Value

Type Description
VisualBrick

A VisualBrick object which represents the control’s content.

Remarks

Use the Brick property to access the VisualBrick containing information about this control on a report page. Note that if this control is rendered several times in the document (e.g. if the control is bound to data), then this property returns a brick which corresponds to a particular rendering for this control.

See Also