Intersoft.Client.UI.Aqua.UXInput Namespace : UXDateTimeUpDown Class |
Public Class UXDateTimeUpDown Inherits Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase(Of Nullable(Of Date)) Implements Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing
Dim instance As UXDateTimeUpDown
public class UXDateTimeUpDown : Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<Nullable<DateTime>>, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing
public ref class UXDateTimeUpDown : public Intersoft.Client.UI.Aqua.UXInput.UXUpDownBase<Nullable<DateTime>>, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing
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> |
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
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