Xceed Grid for WinForms v4.3 Documentation
Title Property (SummaryCell)


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

Property Value

A string representing the title displayed by the SummaryCell. The title is created according to the TitleFormat.
Remarks

The properties that affect the appearance of the title (BackColor, ForeColor, Font, etc ) will be retrieved from the Cell.ParentRow and not from the SummaryCell.

The vertical alignment of the title is determined by the SummaryCell, while the horizontal alignment is determined by the value of the TitlePosition property. If the title is painted to the right of the SummaryCell, then it will be aligned to the left; if painted to the left, then it will be aligned to the right.

The SummaryRow.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

SummaryCell Class
SummaryCell Members