DateFilterDashboardLayoutItem.QuickButtonTemplate Attached Property
An attached property that specifies a template that defines the appearance of the QuickButton visual element of the DateFilter control.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Xpf.Dashboard.v24.1.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
See GetQuickButtonTemplate(DependencyObject) and SetQuickButtonTemplate(DependencyObject, DataTemplate).
Returns
Type | Description |
---|---|
DataTemplate | A DataTemplate object that specifies the structure and behavior of the QuickButton visual element. |
See Also