Table of Contents

Class RadzenGridRow

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll
public class RadzenGridRow : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IRadzenForm
Inheritance
RadzenGridRow
Implements
Inherited Members

Constructors

RadzenGridRow()

public RadzenGridRow()

Properties

Attributes

[Parameter(CaptureUnmatchedValues = true)]
public IReadOnlyDictionary<string, object> Attributes { get; set; }

Property Value

IReadOnlyDictionary<string, object>

ChildContent

[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

CssClass

[Parameter]
public string CssClass { get; set; }

Property Value

string

InEditMode

[Parameter]
public bool InEditMode { get; set; }

Property Value

bool

Methods

AddComponent(IRadzenFormComponent)

public void AddComponent(IRadzenFormComponent component)

Parameters

component IRadzenFormComponent

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

FindComponent(string)

public IRadzenFormComponent FindComponent(string name)

Parameters

name string

Returns

IRadzenFormComponent

RemoveComponent(IRadzenFormComponent)

public void RemoveComponent(IRadzenFormComponent component)

Parameters

component IRadzenFormComponent

SetParametersAsync(ParameterView)

public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters ParameterView

Returns

Task