Skip to main content

DashboardControlBase.ExportTemplate Property

Allows you to specify a custom Export dialog template.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public DataTemplate ExportTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that specifies the data template used to render the Export dialog.

See Also