Skip to main content

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

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