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






Represents an individual UXScheduleDayView cell.

Object Model

UXScheduleDayViewCell Class

Syntax

Visual Basic (Declaration) 
<TemplateVisualStateAttribute(Name="LightBorder", GroupName="LayoutStates")>
<TemplateVisualStateAttribute(GroupName="LayoutStates", Name="StrongBorder")>
<TemplateVisualStateAttribute(GroupName="MultiDayEventStates", Name="NonMultiDayEvent")>
<TemplateVisualStateAttribute(GroupName="MultiDayEventStates", Name="MultiDayEvent")>
Public Class UXScheduleDayViewCell 
   Inherits UXScheduleViewCellBase
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleDayViewCell
C# 
[TemplateVisualStateAttribute(Name="LightBorder", GroupName="LayoutStates")]
[TemplateVisualStateAttribute(GroupName="LayoutStates", Name="StrongBorder")]
[TemplateVisualStateAttribute(GroupName="MultiDayEventStates", Name="NonMultiDayEvent")]
[TemplateVisualStateAttribute(GroupName="MultiDayEventStates", Name="MultiDayEvent")]
public class UXScheduleDayViewCell : UXScheduleViewCellBase, IControlIFramework, ILicensing  
Delphi 
public class UXScheduleDayViewCell = class(UXScheduleViewCellBase, IControl, IFramework, ILicensing)
JScript 
TemplateVisualStateAttribute(Name="LightBorder", GroupName="LayoutStates")
TemplateVisualStateAttribute(GroupName="LayoutStates", Name="StrongBorder")
TemplateVisualStateAttribute(GroupName="MultiDayEventStates", Name="NonMultiDayEvent")
TemplateVisualStateAttribute(GroupName="MultiDayEventStates", Name="MultiDayEvent")
public class UXScheduleDayViewCell extends UXScheduleViewCellBase implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplateVisualStateAttribute(Name="LightBorder", GroupName="LayoutStates")]
[TemplateVisualStateAttribute(GroupName="LayoutStates", Name="StrongBorder")]
[TemplateVisualStateAttribute(GroupName="MultiDayEventStates", Name="NonMultiDayEvent")]
[TemplateVisualStateAttribute(GroupName="MultiDayEventStates", Name="MultiDayEvent")]
public __gc class UXScheduleDayViewCell : public UXScheduleViewCellBase, IControlIFramework, ILicensing  
C++/CLI 
[TemplateVisualStateAttribute(Name="LightBorder", GroupName="LayoutStates")]
[TemplateVisualStateAttribute(GroupName="LayoutStates", Name="StrongBorder")]
[TemplateVisualStateAttribute(GroupName="MultiDayEventStates", Name="NonMultiDayEvent")]
[TemplateVisualStateAttribute(GroupName="MultiDayEventStates", Name="MultiDayEvent")]
public ref class UXScheduleDayViewCell : public UXScheduleViewCellBase, IControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.ScheduleView.UXScheduleViewCellBase
                     Intersoft.Client.UI.ScheduleView.UXScheduleDayViewCell

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.