CardActions
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class CardActions : CardChildBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseCardChildBaseCardActions
Implements:
Inherited Members
Constructors
C#
public CardActions()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
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; }