DatePickerHelper.

SetDropDownButtonContentTemplate(DependencyObject, DataTemplate) Method

Summary

Sets the data template used to display the content of the DropDown Button.
Namespace
MahApps.Metro.Controls
Containing Type
DatePickerHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(DatePicker))]
[AttachedPropertyBrowsableForType(typeof(TimePickerBase))]
public static void SetDropDownButtonContentTemplate(DependencyObject obj, DataTemplate value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value DataTemplate

Return Value

Type Description
void