Class RadzenCardGroup
RadzenCardGroup component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenCardGroup : RadzenComponentWithChildren, IDisposable
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
public bool Responsive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable