DatePickerHelper Class
Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["DatePickerHelper"] class Type type-node

Syntax

public static class DatePickerHelper

Fields

Name Field Type Constant Value Summary
DropDownButtonContentProperty DependencyProperty
static
DropDownButtonContentTemplateProperty DependencyProperty
static
DropDownButtonFontFamilyProperty DependencyProperty
static
DropDownButtonFontSizeProperty DependencyProperty
static

Methods

Name Return Value Summary
GetDropDownButtonContent(DependencyObject) object
Gets the content of the DropDown Button.
static
GetDropDownButtonContentTemplate(DependencyObject) DataTemplate
Gets the data template used to display the content of the DropDown Button.
static
GetDropDownButtonFontFamily(DependencyObject) FontFamily
Gets the font family of the desired font.
static
GetDropDownButtonFontSize(DependencyObject) double
Gets the size of the desired font.
static
SetDropDownButtonContent(DependencyObject, object) void
Sets the content of the DropDown Button.
static
SetDropDownButtonContentTemplate(DependencyObject, DataTemplate) void
Sets the data template used to display the content of the DropDown Button.
static
SetDropDownButtonFontFamily(DependencyObject, FontFamily) void
Sets the font family of the desired font.
static
SetDropDownButtonFontSize(DependencyObject, double) void
Sets the size of the desired font.
static