Skip to main content

Calculator.DisplayText Property

Gets the text displayed within the calculator. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string DisplayText { get; protected set; }

Property Value

Type Description
String

A String value that specifies the calculator’s display text.

See Also