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

TcxSchedulerTimeGridView.EventDetailInfo Property

Specifies whether a rectangle of the scheduled user event will occupy only the first row of the time scale’s column or the column’s space necessary for displaying the user event’s details.

#Declaration

Delphi
property EventDetailInfo: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

If the EventDetailInfo property is set to True, the required column’s space will be used (if no other user events were scheduled at this time) to show more details on the scheduled user event (if the EventMaxLineCount property is set to 0). Otherwise, only the first row of the column is occupied.

The images below show the scheduled user event under the following conditions:

  • The EventDetailInfo property is set to True and the EventMaxLineCount property is set to 0:

  • The EventDetailInfo property is set to False:

Note

The TcxSchedulerTimeGridViewScales.TimeStep property is set to 5.

The default value of the EventDetailInfo property is False.

See Also