Version

SummaryFooterCaption Property (SummaryValuesCollection)

Gets or sets summary footer caption substitution string. This will be displayed in the caption of the associated summary footer.
Syntax
'Declaration
 
Public Property SummaryFooterCaption As String
public string SummaryFooterCaption {get; set;}
Remarks

You can use this property to specify the summary footer caption for individual summary footers. A good place to initialize this property is in UltraGridBase.InitializeRowsCollection event or the UltraGrid.SummaryValueChanged event.

This property specifies a substitution string where certain tokens get replaced by the associated values. See UltraGridBand.SummaryFooterCaption for more information.

Summary captions can be hidden using the UltraGridOverride.SummaryFooterCaptionVisible property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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