C# Class Signum.Windows.DateTimePicker

Inheritance: System.Windows.Controls.Control
Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
DateTimeConverterProperty System.Windows.DependencyProperty
IsEditableProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty
SelectedDateProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
UpdateVisibility ( ) : void

Private Methods

Method Description
DateTimePicker ( ) : System
UpdateVisibility ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
monthCalendar_SelectedDatesChanged ( object sender, System e ) : void
pickerBase_DropDownOpened ( object sender, RoutedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
return System.Windows.Automation.Peers.AutomationPeer

UpdateVisibility() protected method

protected UpdateVisibility ( ) : void
return void

Property Details

DateTimeConverterProperty public_oe static_oe property

public static DependencyProperty,System.Windows DateTimeConverterProperty
return System.Windows.DependencyProperty

IsEditableProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsEditableProperty
return System.Windows.DependencyProperty

IsReadOnlyProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsReadOnlyProperty
return System.Windows.DependencyProperty

SelectedDateProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelectedDateProperty
return System.Windows.DependencyProperty