Intersoft ClientUI Documentation
EditorMode Property (UXDateTimePicker)



Gets or sets the editor mode when the drop down picker is opened.
Syntax
<CategoryAttribute("Common Properties")>
Public Property EditorMode As DateTimePickerEditorMode
Dim instance As UXDateTimePicker
Dim value As DateTimePickerEditorMode
 
instance.EditorMode = value
 
value = instance.EditorMode
[CategoryAttribute("Common Properties")]
public DateTimePickerEditorMode EditorMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property DateTimePickerEditorMode EditorMode {
   DateTimePickerEditorMode get();
   void set (    DateTimePickerEditorMode value);
}
Remarks

UXDateTimePicker control has three editor mode: Both, Calendar and Clock. The default value is Both. When Both mode is used, it will display both calendar and clock control in the editor. To show only Calendar or Clock, you simply customize the EditorMode property to the desired mode.

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 Class
UXDateTimePicker Members

Concepts

UXDateTimePicker

Send Feedback