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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the calculator has the digital display; otherwise, false. |
Remarks
Digital Display
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
See Also