C# 클래스 AC.AvalonControlsLibrary.Controls.DatePicker

상속: System.Windows.Controls.Control, INotifyPropertyChanged
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentlySelectedDateProperty System.Windows.DependencyProperty
CurrentlySelectedDatesProperty System.Windows.DependencyProperty
DatesSelectionModeProperty System.Windows.DependencyProperty
MaxDateProperty System.Windows.DependencyProperty
MinDateProperty System.Windows.DependencyProperty
SelectedDateChangedEvent System.Windows.RoutedEvent

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

override to get the templated controls

보호된 메소드들

메소드 설명
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Raises the property changed event

비공개 메소드들

메소드 설명
BackButtonClick ( object sender, RoutedEventArgs e ) : void
ChangeDate ( ) : void
CurrentlySelectedDatePropertyChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
DatePicker ( ) : System

Static constructor

DatesListSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ForwardButtonClick ( object sender, RoutedEventArgs e ) : void
GetDateFromCell ( DayCell cell ) : System.DateTime
OnDateChanged ( System.DateTime newDate, System.DateTime oldDate ) : void
ReBindListOfDays ( ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

override to get the templated controls
public OnApplyTemplate ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

Raises the property changed event
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs The arguments to pass
리턴 void

프로퍼티 상세

CurrentlySelectedDateProperty 공개적으로 정적으로 프로퍼티

Gets and sets the currently viewed date
public static DependencyProperty,System.Windows CurrentlySelectedDateProperty
리턴 System.Windows.DependencyProperty

CurrentlySelectedDatesProperty 공개적으로 정적으로 프로퍼티

Gets or sets a collection of selected dates This property can only be used if the DatesSelectionMode is not set to Single
public static DependencyProperty,System.Windows CurrentlySelectedDatesProperty
리턴 System.Windows.DependencyProperty

DatesSelectionModeProperty 공개적으로 정적으로 프로퍼티

Gets or sets the selection mode for the DatePicker
public static DependencyProperty,System.Windows DatesSelectionModeProperty
리턴 System.Windows.DependencyProperty

MaxDateProperty 공개적으로 정적으로 프로퍼티

Gets or sets the max date to be set for the DatePicker
public static DependencyProperty,System.Windows MaxDateProperty
리턴 System.Windows.DependencyProperty

MinDateProperty 공개적으로 정적으로 프로퍼티

The Minimum date for the date picker
public static DependencyProperty,System.Windows MinDateProperty
리턴 System.Windows.DependencyProperty

SelectedDateChangedEvent 공개적으로 정적으로 프로퍼티

Event for the DateSelectionChanged raised when the date changes
public static RoutedEvent,System.Windows SelectedDateChangedEvent
리턴 System.Windows.RoutedEvent