Class CardFooter
The Card footer is used to display descriptive information.
Inheritance
System.Object
CardFooter
Namespace: Syncfusion.Blazor.Cards
Assembly: Syncfusion.Blazor.dll
Syntax
public class CardFooter : ComponentBase
Constructors
CardFooter()
Declaration
public CardFooter()
Properties
ChildContent
Represents a segment of UI content, implemented.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Orientation
Represents the orientation of the Card component.
Declaration
public CardOrientation Orientation { get; set; }
Property Value
Type |
---|
CardOrientation |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitialized()
Method invoked when the component is ready to start.
Declaration
protected override void OnInitialized()