Intersoft ClientUI Documentation
DateTimeEditorCommands Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace : DateTimeEditorCommands Class






Provides date and time editor related commands.

Object Model

DateTimeEditorCommands Class

Syntax

Visual Basic (Declaration) 
Public Class DateTimeEditorCommands 
Visual Basic (Usage)Copy Code
Dim instance As DateTimeEditorCommands
C# 
public class DateTimeEditorCommands 
Delphi 
public class DateTimeEditorCommands 
JScript 
public class DateTimeEditorCommands 
Managed Extensions for C++ 
public __gc class DateTimeEditorCommands 
C++/CLI 
public ref class DateTimeEditorCommands 

Remarks

UXDateTimeEditor is built around the commanding semantics which allows the value changing interaction to be executed through declarative definition in the XAML markup. The commanding semantics is also an ideal approach for MVVM pattern development.

UXDateTimeEditor already includes several predefined commands to change the selected value that you can use in your application.

  • SpinUp
    Increment the date time value based on the highlighted section and SpinMode property.
  • SpinDown
    Decrement the date time  value based on the highlighted section and SpinMode property.

Inheritance Hierarchy

System.Object
   Intersoft.Client.UI.Aqua.UXInput.DateTimeEditorCommands

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.