Skip to content

DateTimePicker class

Defined in

Namespace: CrissCross.WPF.UI Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.DateTimePicker Modifiers: public

Summary

        DateTimePicker
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class DateTimePicker
class UserControl
UserControl <|-- DateTimePicker
class IComponentConnector {
    <>
}
IComponentConnector <|.. DateTimePicker

Inherits from: UserControl

Implements: IComponentConnector

Constructors

NameSummary
.ctorInitializes a new instance of the [DateTimePicker](# class.

Properties

NameSummary
SelectedDateGets or sets the selected date.
DisplayDateStartGets or sets the display date start.
DisplayDateEndGets or sets the display date end.

Fields

NameSummary
static SelectedDatePropertyThe selected date property.
static DisplayDateStartPropertyThe display date start property.
static DisplayDateEndPropertyThe display date end property.

Methods

NameSummary
InitializeComponentInitializeComponent
Inherited members