Back to Devexpress

Calculator.Precision Property

wpf-devexpress-dot-xpf-dot-editors-dot-calculator-e3873ea4.md

latest1.0 KB
Original Source

Calculator.Precision Property

Gets or sets the maximum number of digits displayed to the right of the decimal point. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public int Precision { get; set; }
vb
Public Property Precision As Integer

Property Value

TypeDescription
Int32

The maximum number of digits displayed in the fractional part of the value.

|

See Also

Calculator Class

Calculator Members

DevExpress.Xpf.Editors Namespace