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

TdxTileControlItem.OnFrameInitialize Event

In This Article

Enables you to initialize the tile item’s frame when it is about to be displayed.

#Declaration

Delphi
property OnFrameInitialize: TdxTileControlItemFrameEvent read; write;

#Remarks

Handle this event to dynamically customize settings of the frame passed as the Sender parameter before this frame is displayed in the tile item. For instance, you can change the tile item’s text blocks or graphics implementing live updates.

Any objects you create within a tile item’s OnFrameInitialize event handler can be destroyed within the item’s OnFrameDestroy event handler.

See Also