Skip to main content

ParameterTemplateSelector.NumericFloatTemplate Property

Specifies a default template for editors used to edit parameters of floating point types.

Namespace: DevExpress.Xpf.Printing.Parameters

Assembly: DevExpress.Xpf.Printing.v24.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public DataTemplate NumericFloatTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate containing a template definition.

See Also