TcxSchedulerCustomResourceView.EventImagesLayout Property
In This Article
Specifies how icons are arranged in the user event‘s rectangle.
#Declaration
Delphi
property EventImagesLayout: TcxSchedulerEventImagesLayout read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to specify the layout of user event icons when scheduling in the Day View or the TimeGrid View whose EventDetailInfo property is set to True.
Refer to the TcxSchedulerEventImagesLayout type description for details on available icon arrangement options.
See Also