ClassTelerikGridLayout
The class for the Telerik GridLayout Component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikGridLayout : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikGridLayout
Implements:
Inherited Members
Constructors
TelerikGridLayout()
Declaration
public TelerikGridLayout()
Properties
ColumnSpacing
Defines the spacing between columns of the container.
Declaration
[Parameter]
public string ColumnSpacing { get; set; }
Property Value
GridLayoutColumns
Defines the grid layout column definitions.
Declaration
[Parameter]
public RenderFragment GridLayoutColumns { get; set; }
Property Value
GridLayoutItems
Defines the grid layout items.
Declaration
[Parameter]
public RenderFragment GridLayoutItems { get; set; }
Property Value
GridLayoutRows
Defines the grid layout row definitions.
Declaration
[Parameter]
public RenderFragment GridLayoutRows { get; set; }
Property Value
HorizontalAlign
Defines the horizontal align of the items in the grid column. Default value is Stretch.
Declaration
[Parameter]
public GridLayoutHorizontalAlign HorizontalAlign { get; set; }
Property Value
RowSpacing
Defines the spacing between rows of the container.
Declaration
[Parameter]
public string RowSpacing { get; set; }
Property Value
VerticalAlign
Defines the vertical align of the items in the grid column. Default value is Stretch.
Declaration
[Parameter]
public GridLayoutVerticalAlign VerticalAlign { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides