RadzenDataGridGroupFooterRow.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
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 RadzenDataGridGroupFooterRow<TItem> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender| Name | Description |
|---|---|
| TItem |
public Rendering.RenderTreeBuilder Builder { get; set; }
| Type | Description |
|---|---|
| Rendering.RenderTreeBuilder |
public IList<RadzenDataGridColumn<TItem>> Columns { get; set; }
| Type | Description |
|---|---|
| IList<RadzenDataGridColumn<TItem>> |
public RadzenDataGrid<TItem> Grid { get; set; }
| Type | Description |
|---|---|
| RadzenDataGrid<TItem> |
public GroupResult GroupResult { get; set; }
| Type | Description |
|---|---|
| GroupResult |
public RadzenDataGridGroupRow<TItem> Parent { get; set; }
| Type | Description |
|---|---|
| RadzenDataGridGroupRow<TItem> |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |