Skip to main content

EditorTemplates.NumericFloatTemplate Property

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

Namespace: DevExpress.Xpf.Printing.Parameters

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public static DataTemplate NumericFloatTemplate { get; }

Property Value

Type Description
DataTemplate

A DataTemplate containing a template definition.

See Also