| Infragistics.WebUI.UltraWebGrid Namespace > HeaderBase Class : Caption Property |
The text that appears in the caption of the header.
[Visual Basic]
Public Property Caption As String[C#]
public string Caption {get; set;}This property specifies the text of the header. By default, the header displays the name of the field from the data source to which the column is bound. Footer has an empty string by default.
(The "header" here means either header or footer of the grid's columns, since this class is the base class for both.)