ClassGridLayoutItem
Class
The class for the Telerik GridLayoutItem Component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class GridLayoutItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseGridLayoutItem
Implements:
Inherited Members
Constructors
GridLayoutItem()
Declaration
cs-api-definition
public GridLayoutItem()
Properties
ChildContent
Defines the content of the grid item.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Class
Defines the class of the grid layout item.
Column
Defines the column number position of the item in the grid.
ColumnSpan
Defines the column index of the grid.
Row
Defines the row number position of the item in the grid.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides