Set the Text of WinCalendarCombo When the Date Value is Null By default the WinCalendarCombo™ allows the Value to be cleared out. The string shown when the Value property has been cleared out is decided based on the NullDateLabel property. By default it is set to (none), though you can change this to whatever you ...
WinCalendarCombo Smart Tag In Visual Studio 2005 (.NET Framework 2.0), each Ultimate UI for Windows Forms control/component is equipped with a Smart Tag. By simply selecting the control/component, a Smart Tag anchor appears. When you click this anchor, a pop-up panel appears, providing you with quick and easy acce...
WinCalendarCombo Click the links below to find information specific to the WinCalendarCombo™ control: About WinCalendarCombo — Provides information on what the WinCalendarCombo control does, and why you would want to use it in your application. WinCalendarCombo Smart Tag — Describes the properties and settings tha...
About WinCalendarInfo WinCalendarInfo™ is a Windows Forms component that works with the different views of the WinSchedule™ controls and components by providing data and allowing for data manipulation. Schedule manipulation — Controls the visible days on any of the WinSchedule views bound to it. Data manipulation ...
Data Binding Support for the Notes Collection The NAS2004 Volume 3 release of WinSchedule™ includes support for data binding the WinCalendarInfo™ component’s Notes collection: This Notes collection can be populated from the contents of any IList implementor, for example, a DataTable. To identify the names of the m...
Disable the Current Day, Week, Month, or Year A common task for the WinSchedule™ controls is to disable a particular Day, Week, Month, Year across all the schedule views or WinCalendarCombo™. The WinCalendarInfo™ component allows you to do this, since all the schedule controls can share a WinCalendarInfo. This top...
Hide a Day of the Week WinCalendarInfo™ can be used to hide a day of the week across multiple WinSchedule™ views. The procedure to do this doesn’t matter which view you are using, as the change is made to the WinCalendarInfo not the individual view. The example code below assumes you have a WinCalendarInfo on your...
List All Days in the Selected Date Ranges The WinCalendarInfo™ has a SelectedDateRanges collection, which contains all the selected dates that your end-user have made. You can loop over this collection and display the dates, for example, you can display the end-user selected dates as nodes in the WinTree™. Before ...
Populate a Combo Box With the Days of the Week You can easily populate a combo box control’s drop-down list with the days of the week by using the WinCalendarInfo™. By using the LongDescriptionResolved property, the system’s locale settings will be used unless the LongDescription property has been explicitly set. ...
Save and Load Appointments Using WinCalendarInfo™, you can save and load data to and from a stream. The following code demonstrates how to save and load Appointments . See the CalendarInfoCategories enumeration for a list categories that can be used when saving and loading information. In Visual Basic: In C#: