Summary
Gets the data template used to display the content of the DropDown Button.
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(DatePicker))]
[AttachedPropertyBrowsableForType(typeof(TimePickerBase))]
public static DataTemplate GetDropDownButtonContentTemplate(DependencyObject d)
Attributes
Type |
Description |
Category |
|
AttachedPropertyBrowsableForType |
|
AttachedPropertyBrowsableForType |
|
Parameters
Name |
Type |
Description |
d |
DependencyObject |
|
Return Value
Type |
Description |
DataTemplate |
|