Intersoft ClientUI Documentation
UXScheduleWeekView Class
Members  See Also  Send Feedback
Intersoft.Client.UI.ScheduleView Namespace : UXScheduleWeekView Class






Represents a schedule week view control with MVVM binding support, rich data presentation features, and highly customizable settings.

Object Model

UXScheduleWeekView Class

Syntax

Visual Basic (Declaration) 
Public Class UXScheduleWeekView 
   Inherits UXScheduleDayView
   Implements IControlIFramework, ILicensing, ISelectionItem 
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleWeekView
C# 
public class UXScheduleWeekView : UXScheduleDayView, IControlIFramework, ILicensing, ISelectionItem  
Delphi 
public class UXScheduleWeekView = class(UXScheduleDayView, IControl, IFramework, ILicensing, ISelectionItem)
JScript 
public class UXScheduleWeekView extends UXScheduleDayView implements IControlIFramework, ILicensing, ISelectionItem 
Managed Extensions for C++ 
public __gc class UXScheduleWeekView : public UXScheduleDayView, IControlIFramework, ILicensing, ISelectionItem  
C++/CLI 
public ref class UXScheduleWeekView : public UXScheduleDayView, IControlIFramework, ILicensing, ISelectionItem  

Remarks

UXScheduleWeekView is one of the built-in scheduling controls designed specifically to display data in week layout. It shares common features with UXScheduleView or other scheduling views such as UXScheduleDayView, UXScheduleWorkWeekView and UXScheduleMonthView.

To learn more about UXScheduleWeekView, see UXScheduleWeekView Overview.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  Intersoft.Client.Framework.HeaderedItemsControl
                     Intersoft.Client.Framework.ISHeaderedItemsControl
                        Intersoft.Client.UI.ScheduleView.UXScheduleViewBase
                           Intersoft.Client.UI.ScheduleView.UXScheduleDayView
                              Intersoft.Client.UI.ScheduleView.UXScheduleWeekView
                                 Intersoft.Client.UI.ScheduleView.UXScheduleWorkWeekView

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.