Intersoft ClientUI Documentation
UXDateTimePicker Class
Members 



Represents an input control to capture the date and time value featuring a rich editor that consisted of calendar and visual clock.
Object Model
UXDateTimePicker ClassISFramework Class
Syntax
<TemplatePartAttribute(Name="DropDownButtonElement", Type=Intersoft.Client.UI.Aqua.UXToggleButton)>
<TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)>
<TemplatePartAttribute(Name="DisabledVisualElement", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="DateTimeUpDownElement", Type=Intersoft.Client.UI.Aqua.UXInput.UXDateTimeUpDown)>
<StyleTypedPropertyAttribute(Property="DateTimeUpDownStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXDateTimeUpDown)>
<TemplatePartAttribute(Name="CalendarElement", Type=Intersoft.Client.UI.Aqua.UXInput.UXCalendar)>
<TemplatePartAttribute(Name="ClockElement", Type=Intersoft.Client.UI.Aqua.UXInput.UXClock)>
<DescriptionAttribute("Represents an input control to capture the date and time value featuring a rich editor that consisted of calendar and visual clock.")>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="MouseOverBorder", Type=System.Windows.Controls.Border)>
<StyleTypedPropertyAttribute(Property="ClockStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXClock)>
<TemplatePartAttribute(Name="FocusVisualElement", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="ValidationErrorElement", Type=System.Windows.Controls.Border)>
<StyleTypedPropertyAttribute(Property="CalendarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXCalendar)>
Public Class UXDateTimePicker 
   Inherits Intersoft.Client.Framework.ISControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing 
Dim instance As UXDateTimePicker
[TemplatePartAttribute(Name="DropDownButtonElement", Type=Intersoft.Client.UI.Aqua.UXToggleButton)]
[TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)]
[TemplatePartAttribute(Name="DisabledVisualElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="DateTimeUpDownElement", Type=Intersoft.Client.UI.Aqua.UXInput.UXDateTimeUpDown)]
[StyleTypedPropertyAttribute(Property="DateTimeUpDownStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXDateTimeUpDown)]
[TemplatePartAttribute(Name="CalendarElement", Type=Intersoft.Client.UI.Aqua.UXInput.UXCalendar)]
[TemplatePartAttribute(Name="ClockElement", Type=Intersoft.Client.UI.Aqua.UXInput.UXClock)]
[DescriptionAttribute("Represents an input control to capture the date and time value featuring a rich editor that consisted of calendar and visual clock.")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="MouseOverBorder", Type=System.Windows.Controls.Border)]
[StyleTypedPropertyAttribute(Property="ClockStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXClock)]
[TemplatePartAttribute(Name="FocusVisualElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ValidationErrorElement", Type=System.Windows.Controls.Border)]
[StyleTypedPropertyAttribute(Property="CalendarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXCalendar)]
public class UXDateTimePicker : Intersoft.Client.Framework.ISControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
[TemplatePartAttribute(Name="DropDownButtonElement", Type=Intersoft.Client.UI.Aqua.UXToggleButton)]
[TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)]
[TemplatePartAttribute(Name="DisabledVisualElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="DateTimeUpDownElement", Type=Intersoft.Client.UI.Aqua.UXInput.UXDateTimeUpDown)]
[StyleTypedPropertyAttribute(Property="DateTimeUpDownStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXDateTimeUpDown)]
[TemplatePartAttribute(Name="CalendarElement", Type=Intersoft.Client.UI.Aqua.UXInput.UXCalendar)]
[TemplatePartAttribute(Name="ClockElement", Type=Intersoft.Client.UI.Aqua.UXInput.UXClock)]
[DescriptionAttribute("Represents an input control to capture the date and time value featuring a rich editor that consisted of calendar and visual clock.")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="MouseOverBorder", Type=System.Windows.Controls.Border)]
[StyleTypedPropertyAttribute(Property="ClockStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXClock)]
[TemplatePartAttribute(Name="FocusVisualElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ValidationErrorElement", Type=System.Windows.Controls.Border)]
[StyleTypedPropertyAttribute(Property="CalendarStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXInput.UXCalendar)]
public ref class UXDateTimePicker : public Intersoft.Client.Framework.ISControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
Remarks

UXDateTimePicker is a control which combines several existing controls such as UXDateTimeUpDown, UXCalendar and UXClock. Consequently, these controls have similar characteristics as the control is used. To learn how to use the UXDateTimeUpDown, UXCalendar and UXClock control, see UXDateTimeUpDown, UXCalendar and UXClock respectively.

The following code shows how to create a simple UXDateTimePicker control.

XAML
Copy Code
<Grid>
    <Intersoft:UXDateTimePicker Height="22" />
</Grid>
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.Aqua.UXInput.UXDateTimePicker

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDateTimePicker Members
Intersoft.Client.UI.Aqua.UXInput Namespace

Concepts

Commanding Overview
UXCalendar
UXClock
UXDateTimeUpDown

Send Feedback