Class RadzenTable
Display a styled table with data.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenTable : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenTable()
Display a styled table with data.
Declaration
public RadzenTable()
Properties
AllowAlternatingRows
Gets or sets a value indicating whether RadzenTable should use alternating row styles.
Declaration
[Parameter]
public bool AllowAlternatingRows { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
GridLines
Gets or sets the grid lines style.
Declaration
[Parameter]
public DataGridGridLines GridLines { get; set; }
Property Value
Type | Description |
---|---|
DataGridGridLines | The grid lines. |
Methods
BuildRenderTree(RenderTreeBuilder)
Display a styled table with data.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
string |
Overrides
GetTableCssClass()
Gets the table CSS classes.
Declaration
protected virtual string GetTableCssClass()
Returns
Type | Description |
---|---|
string |