ColumnBase<TGridItem>.HeaderContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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