Class RadzenCardGroup
RadzenCardGroup component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenCardGroup : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenCardGroup()
RadzenCardGroup component.
Declaration
public RadzenCardGroup()
Properties
Responsive
Toggles the responsive mode of the component. If set to true
(the default) the component will be
expanded on larger displays and collapsed on touch devices. Set to false
if you want to disable this behavior.
Declaration
[Parameter]
public bool Responsive { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenCardGroup 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 |