Version

Search Results

API Overview

API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. WinSchedule Namespace: Infragistics.Win.UltraWinSchedule...

Appointment Dragging and Resizing Enhancements

Appointment Dragging and Resizing Enhancements All the WinSchedule™ controls expose four completely new events for appointments dragging and resizing actions: AppointmentsDragging , AppointmentsDragDrop , AppointmentResizing , and AppointmentResized . The “ing” events are cancelable, and their event arguments clas...

Appointment Grouping

Appointment Grouping The NAS2004 Volume 3 release of WinSchedule™ includes support for Appointment Grouping. The WinSchedule controls that display activities (i.e., Appointments and Notes) have been modified to support the separation of activities that belong to different owners. This means that with a few simple ...

Create and Display an Appointment

Create and Display an Appointment You can enhance your end-user’s experience by creating an appointment and launching the appointment dialog for the newly create appointment. This will make it easier for the end-user to quickly add appointments. The following steps walk you through such a scenario, where with a bu...

Data Binding Support for Appointments and Owners

Data Binding Support for Appointments and Owners The Ultimate UI for Windows Forms 2004 Volume 2 release of WinSchedule™ includes data binding support for Appointments and Owners . This provides the ability to use an ADO.NET data source to populate and/or store the contents of the Appointments and Owners collectio...

Determine Which WinSchedule Object the User Clicked

Determine Which WinSchedule Object the User Clicked With any of the WinSchedule™ view’s you can easily determine what type of object the mouse is over. The following subroutine demonstrates how to use some of the GetFromPoint methods to detect where a mouse has been right-clicked on the WinMonthViewSingle™. Note N...

Display Week Numbers

Display Week Numbers This topic applies to the following WinSchedule™ controls: WinMonthViewSingle™ WinMonthViewMulti™ WinCalendarCombo™ Week numbers can be displayed in a number of the WinSchedule controls. In this code the WeekNumbersVisible property is used to display week numbers in the WinMonthViewSingle, Win...

Order of precedence for DateSettings, RecurringDateSettings, and DayofWeekSettings

Order of precedence for DateSettings, RecurringDateSettings, and DayofWeekSettings There may be instances where any combination of these settings: DateSettings , RecurringDateSettings and DayofWeekSettings are assigned for a particular date. For example, if the working hours on the 25th of every month are set from...

Owner DayOfWeekSettings

Owner DayOfWeekSettings The Ultimate UI for Windows Forms 2005 Volume 3 Owner DayOfWeekSettings feature is realized through a collection property which is exposed by the existing Owner class: DayOfWeekSettings . Like the WinCalendarInfo™ component’s DaysOfWeek collection, it contains seven members, each representi...

Printing Support in WinSchedule

Printing Support in WinSchedule Printing support in WinSchedule™ is implemented as a separate component that derives from the .NET framework’s PrintDocument class. This will allows you to use the class with the existing .NET print classes (e.g. PrintDialog, PageSetupDialog, PrintPreviewControl, PrintPreviewDialog,...