Back to Devexpress

XRPivotGrid.HtmlItemCreated Event

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpivotgrid-736d8a81.md

latest2.1 KB
Original Source

XRPivotGrid.HtmlItemCreated Event

This event is not available for the XRPivotGrid class.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public override event HtmlEventHandler HtmlItemCreated
vb
<Browsable(False)>
Public Overrides Event HtmlItemCreated As HtmlEventHandler

Event Data

The HtmlItemCreated event's data class is HtmlEventArgs. The following properties provide information specific to this event:

PropertyDescription
BrickGets a visual brick that represents the content of the currently processed item on a report page.
ContentCellGets the content of the currently processed item.
ScriptContainerGets an object that implements the IScriptContainer interface and is used for registering the scripts and styles in the current HTML document.

Remarks

This event is overridden to hide the corresponding event of the XRControl class, since the HtmlItemCreated event isn’t appropriate for the XRPivotGrid control.

See Also

XRPivotGrid Class

XRPivotGrid Members

DevExpress.XtraReports.UI Namespace