Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool IsDigitalDisplay { get; set; }

Property Value

Type Description
Boolean

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

Remarks

  • Digital Display

    Calculator_DigitalDisplay Calculator_ErrorDigital

    If the calculator has an error and its display is digital, the error text cannot be modified within the Calculator.CustomErrorText event handler. In this instance, the calculator displays ‘Error’.

  • Text Display

    Calculator_NonDigital Calculator_Error

See Also