| C1.Web.Wijmo.Controls.C1GridView Namespace > GroupInfo Class : HeaderText Property |
'Declaration<WidgetOptionAttribute()> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <C1DescriptionAttribute(Key="GroupInfo.HeaderText", Description="Determines the text that is displayed in the group header rows.")> <JsonAttribute(IsSerializableToJson=True, IsSkipIfEmpty=True)> <C1CategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute()> Public Property HeaderText As System.String
[WidgetOption()] [System.ComponentModel.NotifyParentProperty(true)] [C1Description(Key="GroupInfo.HeaderText", Description="Determines the text that is displayed in the group header rows.")] [Json(IsSerializableToJson=true, IsSkipIfEmpty=true)] [C1Category("Appearance")] [System.ComponentModel.DefaultValue()] public System.string HeaderText {get; set;}
The text may include up to three placeholders: "{0}" is replaced with the value being grouped on. "{1}" is replaced with the group's column header. "{2}" is replaced with the aggregate
The text may be set to "custom". Doing so causes the OnClientGroupText event to be raised when processing a grouped header.
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