New to Telerik UI for ASP.NET Core? Download free 30-day trial

GridLayoutItemBuilder

Methods

Content(System.Action)

Defines the content of the grid item.

Parameters

content - System.Action

Content(System.Func)

Parameters

content - System.Func<Object,Object>

Content(System.String)

Parameters

content - System.String

Row(System.Nullable)

Defines the row number position of the item in the grid.

Parameters

value - System.Nullable<Int32>

Column(System.Nullable)

Defines the column number position of the item in the grid.

Parameters

value - System.Nullable<Int32>

RowSpan(System.Nullable)

Defines the row span of the item.

Parameters

value - System.Nullable<Int32>

ColumnSpan(System.Nullable)

Defines the column index of the grid.

Parameters

value - System.Nullable<Int32>

HtmlAttributes(System.Object)

Sets the HTML attributes applied to the outer HTML element rendered for the item

Parameters

attributes - System.Object

The attributes.

HtmlAttributes(System.Collections.Generic.IDictionary)

Sets the HTML attributes applied to the outer HTML element rendered for the item

Parameters

attributes - System.Collections.Generic.IDictionary<String,Object>

The attributes.

In this article
Not finding the help you need?