Skip to main content
A newer version of this page is available. .

DateFilterDashboardLayoutItem.GetQuickButtonTemplate(DependencyObject) Method

Returns the template that defines the appearance of the QuickButton visual element in the DateFilter control.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Xpf.Dashboard.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public static DataTemplate GetQuickButtonTemplate(
    DependencyObject dObj
)

Parameters

Name Type Description
dObj DependencyObject

A dependency object whose property is obtained.

Returns

Type Description
DataTemplate

A DataTemplate object that specifies the structure and behavior of the QuickButton visual element.

See Also