Class RadzenRow
RadzenCard component.
Inheritance
RadzenRow
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenRow : RadzenFlexComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenRow()
RadzenCard component.
Declaration
public RadzenRow()
Properties
Gap
Gets or sets the gap.
Declaration
[Parameter]
public string Gap { get; set; }
Property Value
Type | Description |
---|---|
string | The gap. |
RowGap
Gets or sets the row gap.
Declaration
[Parameter]
public string RowGap { get; set; }
Property Value
Type | Description |
---|---|
string | The row gap. |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenCard component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
string |
Overrides
GetComponentStyle()
Gets the component CSS style.
Declaration
protected string GetComponentStyle()
Returns
Type | Description |
---|---|
string |
GetStyle()
Gets the final CSS style rendered by the component. Combines it with a style
custom attribute.
Declaration
protected string GetStyle()
Returns
Type | Description |
---|---|
string |