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