MindFusion.Wpf Pack Programmer's Guide
DateTimePicker Properties
 


 Public Properties

  Name Description

CalendarFontSize

Gets or sets the FontSize property of the drop-down calendar. This is a dependency property.

CalendarHeaderBackground

Gets or sets the color theme of the drop-down calendar. This is a dependency property.

CalendarHeight

Gets or sets the Height property of the drop-down calendar. This is a dependency property.

CalendarHorizontalOffset

Gets or sets the distance between the left side of the DateTimePicker control and the left side of the drop-down calendar. This is a dependency property.

CalendarMaxHeight

Gets or sets the MaxHeight property of the drop-down calendar. This is a dependency property.

CalendarMaxWidth

Gets or sets the MaxWidth property of the drop-down calendar. This is a dependency property.

CalendarMinHeight

Gets or sets the MinHeight property of the drop-down calendar. This is a dependency property.

CalendarMinWidth

Gets or sets the MinWidth property of the drop-down calendar. This is a dependency property.

CalendarVerticalOffset

Gets or sets the distance between the bottom side of the DateTimePicker control and the top side of the drop-down calendar. This is a dependency property.

CalendarWidth

Gets or sets the Width property of the drop-down calendar. This is a dependency property.

CenturyViewFormat

Gets or sets a Standard .NET DateTimeFormat string to be applied on the cells in a CenturyView. This is a dependency property.

CustomDateTimeFormat

Gets or sets the formatting of the date displayed in the picker's text box. This is a dependency property.

DecadeViewFormat

Gets or sets a Standard .NET DateTimeFormat string to be applied on the cells in a DecadeView. This is a dependency property.

DefaultItemTemplate

Gets or sets the default template of the cells in the drop-down calendar. This is a dependency property.

DisplayDate

Gets or sets the date to display in the TextBox. This is a dependency property.

DisplayDateFormat

Gets or sets the DisplayDateFormat in the inner TextBox. This is a dependency property.

DropDownButtonTextBrush

Gets or sets the text Brush of the drop-down button. This is a dependency property.

FocusItemTemplate

Gets or sets the template of the cell containing the logical focus in the drop-down calendar control. This is a dependency property.

HeaderTemplate

Gets or sets the template used to display the content of the header in the drop-down calendar control. This is a dependency property.

HoverItemTemplate

Gets or sets the template of the cell pointed with the mouse in the drop-down calendar control. This is a dependency property.

IsAnimationEnabled

Gets or sets a value that enables or disables the popup animation of the drop-down calendar. This is a dependency property.

IsCalendarOpen

Gets a value that indicates whether the drop-down calendar is currently open. This is a dependency property.

IsShowingCenturies

Gets or sets a value that enables or disables the Century view on the drop-down calendar. This is a dependency property.

IsShowingTime

Gets or sets a value that enables or disables the Time view on the drop-down calendar. This is a dependency property.

MonthViewFormat

Gets or sets a Standard .NET DateTimeFormat string to be applied on the cells in a MonthView. This is a dependency property.

SelectionItemTemplate

Gets or sets the template of the selected cells in the drop-down calendar. This is a dependency property.

ShowToday

Gets or sets a value indicating whether the current date is highlighted in the drop-down calendar control. This is a dependency property.

TextBoxBorderBrush

Gets or sets the BorderBrush property of the inner TextBox. This is a dependency property.

TimeViewFormat

Gets or sets a Standard .NET DateTimeFormat string to be applied on the cells in a TimeView. This is a dependency property.

TodayItemTemplate

Gets or sets the template of the cell representing the current date in the drop-down calendar. This is a dependency property.

WeekendItemTemplate

Gets or sets the template of the cells representing weekends in the drop-down calendar control. This is a dependency property.

YearViewFormat

Gets or sets a Standard .NET DateTimeFormat string to be applied on the cells in a YearView. This is a dependency property.

 See Also

DateTimePicker Class
MindFusion.UI.Wpf Namespace