Represents a combo box that allows selecting a date and edit a date and time value.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.ComboBox)]
public class DateTimePicker : ComboBox
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.ComboBox)> _
Public Class DateTimePicker _
	Inherits ComboBox

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ItemsControl
                System.Windows.Controls.Primitives..::.Selector
                  System.Windows.Controls..::.ComboBox
                    DlhSoft.Windows.Controls..::.DateTimePicker
                      DlhSoft.Windows.Controls..::.DateTimeBox

See Also