Class RadzenRow
RadzenCard component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenRow : RadzenFlexComponent, IDisposable
Properties
Gap
Gets or sets the gap.
Declaration
public string Gap { get; set; }
Property Value
Type | Description |
---|---|
System.String | The gap. |
RowGap
Gets or sets the row gap.
Declaration
public string RowGap { get; set; }
Property Value
Type | Description |
---|---|
System.String | The row gap. |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetComponentStyle()
Gets the component CSS style.
Declaration
protected string GetComponentStyle()
Returns
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Implements
IDisposable