RadzenTable Class

Display a styled table with data.

Inheritance

Object

ComponentBase

RadzenComponent

RadzenComponentWithChildren

RadzenTable

Implements

IComponent

IHandleEvent

IHandleAfterRender

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenTable : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenTablelink

Display a styled table with data.

Declaration
public RadzenTable()

Properties

AllowAlternatingRowslink

Gets or sets a value indicating whether RadzenTable should use alternating row styles.

Declaration
public bool AllowAlternatingRows { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether RadzenTable should use alternating row styles.

GridLineslink

Gets or sets the grid lines style.

Declaration
public DataGridGridLines GridLines { get; set; }
Property Value
Type Description
DataGridGridLinesGets or sets the grid lines style.

Methods

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

GetComponentCssClasslink

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string

GetTableCssClasslink

Gets the table CSS classes.

Declaration
protected virtual string GetTableCssClass()
Returns
Type Description
string
An error has occurred. This app may no longer respond until reloaded. Reload 🗙