Class TelerikGridLayout
The class for the Telerik GridLayout Component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikGridLayout : BaseComponent, IDisposable, IGridLayoutContainer
Constructors
TelerikGridLayout()
Declaration
public TelerikGridLayout()
Properties
ColumnSpacing
Defines the spacing between columns of the container.
Declaration
public string ColumnSpacing { get; set; }
Property Value
System.String
|
GridLayoutColumns
Defines the grid layout column definitions.
Declaration
public RenderFragment GridLayoutColumns { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
GridLayoutItems
Defines the grid layout items.
Declaration
public RenderFragment GridLayoutItems { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
GridLayoutRows
Defines the grid layout row definitions.
Declaration
public RenderFragment GridLayoutRows { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
HorizontalAlign
Defines the horizontal align of the items in the grid column. Default value is Stretch.
Declaration
public GridLayoutHorizontalAlign HorizontalAlign { get; set; }
Property Value
GridLayoutHorizontalAlign
|
RowSpacing
Defines the spacing between rows of the container.
Declaration
public string RowSpacing { get; set; }
Property Value
System.String
|
VerticalAlign
Defines the vertical align of the items in the grid column. Default value is Stretch.
Declaration
public GridLayoutVerticalAlign VerticalAlign { get; set; }
Property Value
GridLayoutVerticalAlign
|
Width
Defines the width of the container.
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|