Back to Devexpress

HtmlEventArgs.Brick Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-htmleventargs-54190fbf.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public VisualBrick Brick { get; }
vb
Public ReadOnly Property Brick As VisualBrick

Property Value

TypeDescription
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

HtmlEventArgs Class

HtmlEventArgs Members

DevExpress.XtraReports.UI Namespace