Share via


ColumnBase<TGridItem>.HeaderContent Property

Definition

Gets or sets a RenderFragment that will be rendered for this column's header cell. This allows derived components to change the header output. However, derived components are then responsible for using HeaderTemplate within that new output if they want to continue respecting that option.

public Microsoft.AspNetCore.Components.RenderFragment HeaderContent { protected internal get; protected set; }
member this.HeaderContent : Microsoft.AspNetCore.Components.RenderFragment with get, set
Public Property HeaderContent As RenderFragment

Property Value

Applies to