Table of Contents

Class RadzenRow

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenCard component.

public class RadzenRow : RadzenFlexComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenRow
Implements
Inherited Members

Constructors

RadzenRow()

public RadzenRow()

Properties

Gap

Gets or sets the gap.

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

Property Value

string

The gap.

RowGap

Gets or sets the row gap.

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

Property Value

string

The row gap.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

GetComponentCssClass()

protected override string GetComponentCssClass()

Returns

string

GetComponentStyle()

Gets the component CSS style.

protected string GetComponentStyle()

Returns

string

GetStyle()

Gets the final CSS style rendered by the component. Combines it with a style custom attribute.

protected string GetStyle()

Returns

string