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

#Declaration

public string DisplayText { get; protected set; }

#Property Value

Type Description
String

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

See Also