Renders a column header in a spreadsheet.
IComponent
IHandleEvent
IHandleAfterRender
Spreadsheet.HeaderBase.OnInitialized
Spreadsheet.HeaderBase.SetParametersAsync
Spreadsheet.HeaderBase.Worksheet
Spreadsheet.HeaderBase.Selected
Spreadsheet.CellBase.AppendStyle
Spreadsheet.CellBase.FrozenState
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public class ColumnHeader : Spreadsheet.HeaderBase, IComponent, IHandleEvent, IHandleAfterRenderGets or sets the column index of the column header.
public int Column { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets the column index of the column header. |
protected string IndexParameterName { get; }
| Type | Description |
|---|---|
| string |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
protected override bool CheckIsActive(Documents.Spreadsheet.Selection selection)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Selection | selection |
| Type | Description |
|---|---|
| bool |
protected override bool CheckIsSelected(Documents.Spreadsheet.Selection selection)
| Type | Name | Description |
|---|---|---|
| Documents.Spreadsheet.Selection | selection |
| Type | Description |
|---|---|
| bool |