Miscellaneous Features
Localization
The DevExpress WinForms Scheduler Control displays two types of strings in its elements, dialogs and menus - some string are read from the regional settings so you will never have to worry about localizing them and the rest are easily localizable. Simply locate the desired string IDs and override a single method to change them all to the desired values. (Screenshot) 
Hit Information
There may be lots of tasks that require you to identify which scheduler element is currently located under the mouse pointer. You may need to provide custom popup menus for particular elements, display event-related information within the status bar, invoke custom dialogs when a particular control region is double-clicked, etc. All of these tasks can be easily accomplished with the help of the hit information mechanism available in our scheduling control. You only need a single line of code to obtain an object that holds complete information on the hovered point.

|