Class RadzenFooter
RadzenFooter component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenFooter : RadzenComponentWithChildren, IDisposable
Properties
Layout
The RadzenLayout this component is nested in.
Declaration
public RadzenLayout Layout { get; set; }
Property Value
Type | Description |
---|---|
RadzenLayout |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable