Skip to main content

ParameterTemplateSelector.DateTimeTemplate Property

Specifies a default template for editors used to edit parameters of the date type.

Namespace: DevExpress.Xpf.Printing.Parameters

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public DataTemplate DateTimeTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate containing a template definition.

See Also