Intersoft.Client.UI.Aqua.UXInput Namespace > UXDateTimePicker Class : EditorMode Property |
<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); }
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.
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