Back to Devexpress

Calculator.IsDigitalDisplay Property

wpf-devexpress-dot-xpf-dot-editors-dot-calculator-18ace20f.md

latest1.2 KB
Original Source

Calculator.IsDigitalDisplay Property

Gets or sets whether the calculator has the digital display. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsDigitalDisplay { get; set; }
vb
Public Property IsDigitalDisplay As Boolean

Property Value

TypeDescription
Boolean

true if the calculator has the digital display; otherwise, false.

|

Remarks

  • Digital Display

  • Text Display

See Also

CustomErrorText

Calculator Class

Calculator Members

DevExpress.Xpf.Editors Namespace