Class RadzenRow
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
GetComponentStyle()
Gets the component CSS style.
protected string GetComponentStyle()
Returns
GetStyle()
Gets the final CSS style rendered by the component. Combines it with a style
custom attribute.
protected string GetStyle()