Xceed Grid for WinForms v4.3 Documentation
Text Property (SummaryRow)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > SummaryRow Class : Text Property
Gets the text displayed by the SummaryRow.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property Text As String
'Usage
 
Dim instance As SummaryRow
Dim value As String
 
value = instance.Text
[Browsable(false)]
public virtual string Text {get;}

Property Value

A string representing the text displayed by the SummaryRow. The text is created according to the TextFormat.
Remarks

The TextFormat property allows for a summary to be displayed across the entire SummaryRow. If the TextFormat property of a SummaryRow is set and one or more cell's also have a string assigned to their TitleFormat properties, there is a chance that the SummaryRow's text and the SummaryCells' titles will overlap. It is also possible to experience this behavior anytime a SummaryCell's StatFunction property is different than StatFunction.None.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SummaryRow Class
SummaryRow Members