property FaceCalendar.SelBackColor as Color
Retrieves or sets a value that indicates the selection background color.

TypeDescription
Color A color expression that specifies the selection background color. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
The SelBackColor property retrieves or sets a value that indicates the selection background color. The SelForeColor property retrieves or sets a value that indicates the selection foreground color. The ForeColor property specifies the calendar's foreground color. In case you need to specify a different background color for the calendar control you can use the Title( exTitleFaceBackColor) / ExtraTile( exTitleFaceBackColor) property. The NonworkingDaysForeColor property retrieves or sets a value that indicates the foreground color for non-working days.