ClassCardActions
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class CardActions : CardChildBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseCardChildBaseCardActions
Implements:
Inherited Members
Constructors
CardActions()
Declaration
cs-api-definition
public CardActions()
Properties
Layout
Defines the layout of the action buttons.
Declaration
cs-api-definition
[Parameter]
public CardActionsLayout Layout { get; set; }
Property Value
Orientation
Defines the orientation of the action buttons.
Declaration
cs-api-definition
[Parameter]
public CardOrientation Orientation { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides