Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenDataGridRow<TItem>

    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(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    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 name; null if such a component is not found.

    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
    Overrides
    ComponentBase.SetParametersAsync(ParameterView)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IRadzenForm

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT