Class RadzenDataGridRow<TItem>
RadzenDataGridRow.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenDataGridRow<TItem> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IRadzenForm
Type Parameters
| Name | Description |
|---|---|
| TItem |
Constructors
RadzenDataGridRow()
RadzenDataGridRow.
Declaration
public RadzenDataGridRow()
Properties
Attributes
RadzenDataGridRow.
Declaration
[Parameter(CaptureUnmatchedValues = true)]
public IReadOnlyDictionary<string, object> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, object> |
ChildContent
RadzenDataGridRow.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
| Type | Description |
|---|---|
| RenderFragment |
Columns
RadzenDataGridRow.
Declaration
[Parameter]
public IList<RadzenDataGridColumn<TItem>> Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<RadzenDataGridColumn<TItem>> |
CssClass
RadzenDataGridRow.
Declaration
[Parameter]
public string CssClass { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EditContext
RadzenDataGridRow.
Declaration
[Parameter]
public EditContext EditContext { get; set; }
Property Value
| Type | Description |
|---|---|
| EditContext |
Grid
RadzenDataGridRow.
Declaration
[Parameter]
public RadzenDataGrid<TItem> Grid { get; set; }
Property Value
| Type | Description |
|---|---|
| RadzenDataGrid<TItem> |
InEditMode
RadzenDataGridRow.
Declaration
[Parameter]
public bool InEditMode { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Index
RadzenDataGridRow.
Declaration
[Parameter]
public int Index { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Item
RadzenDataGridRow.
Declaration
[Parameter]
public TItem Item { get; set; }
Property Value
| Type | Description |
|---|---|
| TItem |
Methods
AddComponent(IRadzenFormComponent)
Adds the specified component to the form.
Declaration
public void AddComponent(IRadzenFormComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| IRadzenFormComponent | component | The component to add to the form. |
BuildRenderTree(RenderTreeBuilder)
RadzenDataGridRow.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
FindComponent(string)
Finds a form component by its name.
Declaration
public IRadzenFormComponent FindComponent(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Returns
| Type | Description |
|---|---|
| IRadzenFormComponent | The component whose Name equals to |
RemoveComponent(IRadzenFormComponent)
Removes the component from the form.
Declaration
public void RemoveComponent(IRadzenFormComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| IRadzenFormComponent | component | The component to remove from the form. |
SetParametersAsync(ParameterView)
RadzenDataGridRow.
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters |
Returns
| Type | Description |
|---|---|
| Task |