ClassGridLayoutItem
Class
The class for the Telerik GridLayoutItem Component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class GridLayoutItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseGridLayoutItem
Implements:
Inherited Members
Constructors
GridLayoutItem()
Declaration
public GridLayoutItem()
Properties
ChildContent
Defines the content of the grid item.
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
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides