xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcrossbandcontrol-8c24fbb4.md
This event is not available for the XRCrossBandControl class.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[Browsable(false)]
public override event HtmlEventHandler HtmlItemCreated
<Browsable(False)>
Public Overrides Event HtmlItemCreated As HtmlEventHandler
The HtmlItemCreated event's data class is HtmlEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Brick | Gets a visual brick that represents the content of the currently processed item on a report page. |
| ContentCell | Gets the content of the currently processed item. |
| ScriptContainer | Gets an object that implements the IScriptContainer interface and is used for registering the scripts and styles in the current HTML document. |
This event is overridden to hide the corresponding event of the XRControl class, because the HtmlItemCreated event isn’t appropriate for the XRCrossBandControl class. So, this event can’t be handled.
See Also