Infragistics3.Wpf.DataPresenter.v8.1
DisplayText Property
See Also 
Infragistics.Windows.DataPresenter Namespace > SummaryResult Class : DisplayText Property

Returns the display text of the summary result.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DisplayText As String
C# 
public string DisplayText {get;}

Remarks

DisplayText returns the string value that's actually displayed in the UI element representation of this summary result. It's derived using the SummaryDefinition's SummaryDefinition.StringFormat property setting.

Note that Value property returns the actual result of the calculation.

See Also