C# Class a7DocumentDbStudio.Controls.a7DateTimePicker

Inheritance: Xceed.Wpf.Toolkit.DateTimePicker
Show file Open project: alekkowalczyk/a7DocumentDbStudio

Public Properties

Property Type Description
ClearValuesCommandProperty System.Windows.DependencyProperty
DateTimeTextProperty System.Windows.DependencyProperty
HasTimeProperty System.Windows.DependencyProperty
IsTextReadOnlyProperty System.Windows.DependencyProperty
SelectValuesCommandProperty System.Windows.DependencyProperty
TwoDatesSelectableProperty System.Windows.DependencyProperty
Value2ChangedEvent System.Windows.RoutedEvent
Value2Property System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void
a7DateTimePicker ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
_calendar2_SelectedDatesChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
_calendarToggleButton_Checked ( object sender, RoutedEventArgs e ) : void
_calendar_SelectedDatesChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
_cbMonthSelection_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
textToValue ( string srcValue, System.DateTime &val1, System.DateTime &val2 ) : void
valueToText ( System.DateTime val1, System.DateTime val2 ) : string

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnPropertyChanged() protected method

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
return void

a7DateTimePicker() public method

public a7DateTimePicker ( ) : System
return System

Property Details

ClearValuesCommandProperty public static property

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

DateTimeTextProperty public static property

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

HasTimeProperty public static property

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

IsTextReadOnlyProperty public static property

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

SelectValuesCommandProperty public static property

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

TwoDatesSelectableProperty public static property

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

Value2ChangedEvent public static property

public static RoutedEvent,System.Windows Value2ChangedEvent
return System.Windows.RoutedEvent

Value2Property public static property

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