Class RadzenDataGridGroupFooterCell<TItem>
RadzenDataGridGroupFooterCell.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenDataGridGroupFooterCell<TItem> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender where TItem : notnull
Type Parameters
| Name | Description |
|---|---|
| TItem |
Constructors
RadzenDataGridGroupFooterCell()
RadzenDataGridGroupFooterCell.
Declaration
public RadzenDataGridGroupFooterCell()
Properties
Attributes
RadzenDataGridGroupFooterCell.
Declaration
[Parameter(CaptureUnmatchedValues = true)]
public IReadOnlyDictionary<string, object> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, object> |
Column
RadzenDataGridGroupFooterCell.
Declaration
[Parameter]
public RadzenDataGridColumn<TItem> Column { get; set; }
Property Value
| Type | Description |
|---|---|
| RadzenDataGridColumn<TItem> |
CssClass
RadzenDataGridGroupFooterCell.
Declaration
[Parameter]
public string CssClass { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Grid
RadzenDataGridGroupFooterCell.
Declaration
[Parameter]
public RadzenDataGrid<TItem> Grid { get; set; }
Property Value
| Type | Description |
|---|---|
| RadzenDataGrid<TItem> |
Group
RadzenDataGridGroupFooterCell.
Declaration
[Parameter]
public Group Group { get; set; }
Property Value
| Type | Description |
|---|---|
| Group |
RowIndex
RadzenDataGridGroupFooterCell.
Declaration
[Parameter]
public int RowIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Style
RadzenDataGridGroupFooterCell.
Declaration
[Parameter]
public string Style { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenDataGridGroupFooterCell.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |