New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
public CardActions()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

Properties

Defines the layout of the action buttons.

C#
[Parameter]
public CardActionsLayout Layout { get; set; }

Defines the orientation of the action buttons.

C#
[Parameter]
public CardOrientation Orientation { get; set; }