RadzenDataGridRow<TItem> Class

RadzenDataGridRow.

Inheritance

Object

ComponentBase

RadzenDataGridRow<TItem>

Implements

IComponent

IHandleEvent

IHandleAfterRender

IRadzenForm

Inherited Members

ComponentBase.OnInitialized

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

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenDataGridRow<TItem> : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IRadzenForm

Type Parameters

Name Description
TItem

Constructors

RadzenDataGridRow<TItem>link

RadzenDataGridRow.

Declaration
public RadzenDataGridRow<TItem>()

Properties

Attributeslink

Declaration
public IReadOnlyDictionary<string, object> Attributes { get; set; }
Property Value
Type Description
IReadOnlyDictionary<string, object>

ChildContentlink

Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type Description
RenderFragment

Columnslink

Declaration
public IList<RadzenDataGridColumn<TItem>> Columns { get; set; }
Property Value
Type Description
IList<RadzenDataGridColumn<TItem>>

CssClasslink

Declaration
public string CssClass { get; set; }
Property Value
Type Description
string

EditContextlink

Declaration
public Forms.EditContext EditContext { get; set; }
Property Value
Type Description
Forms.EditContext

Gridlink

Declaration
public RadzenDataGrid<TItem> Grid { get; set; }
Property Value
Type Description
RadzenDataGrid<TItem>

InEditModelink

Declaration
public bool InEditMode { get; set; }
Property Value
Type Description
bool

Indexlink

Declaration
public int Index { get; set; }
Property Value
Type Description
int

Itemlink

Declaration
public TItem Item { get; set; }
Property Value
Type Description
TItem

Methods

AddComponentlink

Declaration
public void AddComponent(IRadzenFormComponent component)
Parameters
Type Name Description
IRadzenFormComponent component

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

FindComponentlink

Declaration
public IRadzenFormComponent FindComponent(string name)
Parameters
Type Name Description
string name
Returns
Type Description
IRadzenFormComponent

RemoveComponentlink

Declaration
public void RemoveComponent(IRadzenFormComponent component)
Parameters
Type Name Description
IRadzenFormComponent component

SetParametersAsynclink

Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Type Name Description
ParameterView parameters
Returns
Type Description
Task
An error has occurred. This app may no longer respond until reloaded. Reload 🗙