Class GridLayoutRow
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class GridLayoutRow : GridLayoutChildBase, IDisposable
Constructors
GridLayoutRow()
Declaration
public GridLayoutRow()
Properties
Height
Defines the height of the grid row.
Declaration
public string Height { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
OnInitialized()
Declaration
protected override void OnInitialized()