TcxSchedulerTimeGridView.EventMaxLineCount Property
Specifies how many rows a user event occupies in the TimeGrid View whose EventDetailInfo property is set to True.
Declaration
property EventMaxLineCount: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
If this property is set to 0, the number of occupied rows is dictated by the user event’s content.
Note
the EventDetailInfo property has priority over the EventMaxLineCount property. If the EventDetailInfo property is set to False, only one row is available for the user event’s rectangle, regardless of the EventMaxLineCount property setting. Otherwise, the EventMaxLineCount property specifies the number of occupied rows.
The default value of the EventMaxLineCount property is 0.
See Also