Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TAbstractdxGridReportLink.OnInitializeItem Event

In This Article

Occurs before the created report element is rendered.

#Declaration

Delphi
property OnInitializeItem: TdxCustomGridReportLinkInitializeItemEvent read; write;

#Remarks

Handle the OnInitializeItem event to specify painting information (such as the font, foreground and background colors, border attributes, etc.) for the created report element being rendered.

Value Description
ACol Represents the report column of the element being rendered.
ARow Represents the report row of the element being rendered.
ADataItem Provides painting information.

The OnInitializeItem event occurs before the created report element specified by the ACol and ARow parameters is rendered.

See Also