Class RadzenDataList<TItem>
RadzenDataList component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenDataList<TItem> : PagedDataBoundComponent<TItem>, IDisposable
Type Parameters
Name | Description |
---|---|
TItem | The type of the item. |
Examples
<RadzenDataList @data=@orders TItem="Order" AllowPaging="true" WrapItems="true">
<Template>
@context.OrderId
</Template>
</RadzenDataList>
Properties
WrapItems
Gets or sets a value indicating whether to wrap items.
Declaration
public bool WrapItems { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable