Class RadzenTable
RadzenTable component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenTable : RadzenComponentWithChildren, IDisposable
Properties
AllowAlternatingRows
Gets or sets a value indicating whether RadzenTable should use alternating row styles.
Declaration
public bool AllowAlternatingRows { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
GridLines
Gets or sets the grid lines.
Declaration
public DataGridGridLines GridLines { get; set; }
Property Value
Type | Description |
---|---|
DataGridGridLines | The grid lines. |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
GetTableCssClass()
Gets the table CSS classes.
Declaration
protected virtual string GetTableCssClass()
Returns
Type | Description |
---|---|
System.String |
Implements
IDisposable