RadzenCardGroup component.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponentWithChildren.ChildContent
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenCardGroup : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRenderToggles 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.
public bool Responsive { get; set; }
| Type | Description |
|---|---|
| bool | 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. |