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

TdxGanttControlSheetOptions.OnFirstVisibleRowIndexChanged Event

In This Article

Allows you to respond to a change of the first visible row in the sheet.

#Declaration

Delphi
property OnFirstVisibleRowIndexChanged: TNotifyEvent read; write;

#Remarks

This event occurs every time a user scrolls the sheet vertically. Use the Sender parameter to identify the sheet options that raised the event. You can cast the Sender parameter to the TdxGanttControlSheetOptions class to access the sheet option’s class members.

See Also