ClassTileLayoutItem
The class for TileLayout items.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TileLayoutItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseTileLayoutItem
Implements:
Inherited Members
Constructors
TileLayoutItem()
Declaration
public TileLayoutItem()
Properties
Class
The CSS class that will be rendered on the tile's wrapping element.
ColSpan
The number of columns a tile will span over.
Content
The content of the item. Can take components.
Declaration
[Parameter]
public RenderFragment Content { get; set; }
Property Value
HeaderTemplate
The content that will be rendered in the item header. Can take components.
Declaration
[Parameter]
public RenderFragment HeaderTemplate { get; set; }
Property Value
HeaderText
Defines the tile header content as plain text. For rich text, use a nested HeaderTemplate tag.
Declaration
[Parameter]
public string HeaderText { get; set; }
Property Value
Id
RowSpan
The number of rows a tile will span over.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public void Dispose()
Implements
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides