RadzenDataGridHeaderCell.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenDataGridHeaderCell<TItem> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender| Name | Description |
|---|---|
| TItem |
RadzenDataGridHeaderCell.
public RadzenDataGridHeaderCell<TItem>()public IReadOnlyDictionary<string, object> Attributes { get; set; }
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, object> |
public RadzenDataGridColumn<TItem> Column { get; set; }
| Type | Description |
|---|---|
| RadzenDataGridColumn<TItem> |
public int ColumnIndex { get; set; }
| Type | Description |
|---|---|
| int |
public string CssClass { get; set; }
| Type | Description |
|---|---|
| string |
public RadzenDataGrid<TItem> Grid { get; set; }
| Type | Description |
|---|---|
| RadzenDataGrid<TItem> |