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

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
public class DateTimeBox : DateTimePicker, 
	IDataControl, IValueEditorControl
Visual Basic (Declaration)
Public Class DateTimeBox _
	Inherits DateTimePicker _
	Implements IDataControl, IValueEditorControl

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