Intersoft ClientUI Documentation
UXDateTimeUpDown Class
Members 



Represents a control that enables single value selection from a datetime values through a UXSpinner and UXTextBox.
Object Model
UXDateTimeUpDown ClassISFramework Class
Syntax
Remarks

UXDateTimeUpDown is a control that combines the UXDateTimeEditor control with UXButtonSpinner control to display date and time values. Since this control is a combination of several controls, it has similar characteristics with the used controls. This control accepts standard and custom .NET DateTime format in the EditMask and DisplayMask. Some of the format is not supported in EditMask because it is only used as a display format.

XAML
Copy Code
<Grid>
    <Intersoft:UXDateTimeUpDown Width="100" />
</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.UXUpDownBase
                     Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<T>
                        Intersoft.Client.UI.Aqua.UXInput.UXDateTimeUpDown

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

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

Concepts

Commanding Overview
UXDateTimeEditor
UXDateTimeUpDown

Send Feedback