WebGridColumn.Header Property

Definition

Gets or sets the text that is rendered in the header of the WebGrid column.

public string Header { get; set; }
member this.Header : string with get, set
Public Property Header As String

Property Value

The text that is rendered to the column header.

Applies to