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






Represents a base class schedule view cell control.

Object Model

UXScheduleViewCellBase Class

Syntax

Visual Basic (Declaration) 
<TemplateVisualStateAttribute(Name="Selected", GroupName="CommonStates")>
<TemplateVisualStateAttribute(GroupName="WorkHourStates", Name="NonWorkHour")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplateVisualStateAttribute(GroupName="WorkHourStates", Name="WorkHour")>
Public MustInherit Class UXScheduleViewCellBase 
   Inherits Intersoft.Client.Framework.ISControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXScheduleViewCellBase
C# 
[TemplateVisualStateAttribute(Name="Selected", GroupName="CommonStates")]
[TemplateVisualStateAttribute(GroupName="WorkHourStates", Name="NonWorkHour")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(GroupName="WorkHourStates", Name="WorkHour")]
public abstract class UXScheduleViewCellBase : Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  
Delphi 
public class UXScheduleViewCellBase = class(Intersoft.Client.Framework.ISControl, IControl, IFramework, ILicensing)abstract; 
JScript 
TemplateVisualStateAttribute(Name="Selected", GroupName="CommonStates")
TemplateVisualStateAttribute(GroupName="WorkHourStates", Name="NonWorkHour")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
TemplateVisualStateAttribute(GroupName="WorkHourStates", Name="WorkHour")
public abstract class UXScheduleViewCellBase extends Intersoft.Client.Framework.ISControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplateVisualStateAttribute(Name="Selected", GroupName="CommonStates")]
[TemplateVisualStateAttribute(GroupName="WorkHourStates", Name="NonWorkHour")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(GroupName="WorkHourStates", Name="WorkHour")]
public __gc abstract class UXScheduleViewCellBase : public Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  
C++/CLI 
[TemplateVisualStateAttribute(Name="Selected", GroupName="CommonStates")]
[TemplateVisualStateAttribute(GroupName="WorkHourStates", Name="NonWorkHour")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(GroupName="WorkHourStates", Name="WorkHour")]
public ref class UXScheduleViewCellBase abstract : public Intersoft.Client.Framework.ISControl, 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
                     Intersoft.Client.UI.ScheduleView.UXScheduleMonthViewCell

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.