TcxSchedulerOptionsView.EventBorderColor Property
In This Article
Specifies the user event‘s outline color.
#Declaration
Delphi
property EventBorderColor: TColor read; write; default clBlack;
#Property Value
Type | Default |
---|---|
TColor | cl |
#Remarks
Use this property to specify the color used to paint the user event boundaries.
Note
The Event
The default value of the EventBorderColor property is clBlack.
See Also