Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenDataList<TItem>

    RadzenDataList component.

    Inheritance
    System.Object
    RadzenComponent
    PagedDataBoundComponent<TItem>
    RadzenDataList<TItem>
    Implements
    IDisposable
    Inherited Members
    PagedDataBoundComponent<TItem>.PagerPosition
    PagedDataBoundComponent<TItem>.PagerAlwaysVisible
    PagedDataBoundComponent<TItem>.PagerHorizontalAlign
    PagedDataBoundComponent<TItem>.Density
    PagedDataBoundComponent<TItem>.AllowPaging
    PagedDataBoundComponent<TItem>.PageSize
    PagedDataBoundComponent<TItem>.PageNumbersCount
    PagedDataBoundComponent<TItem>.Count
    PagedDataBoundComponent<TItem>.CurrentPage
    PagedDataBoundComponent<TItem>.Template
    PagedDataBoundComponent<TItem>.LoadingTemplate
    PagedDataBoundComponent<TItem>.Data
    PagedDataBoundComponent<TItem>.OnCollectionChanged(Object, NotifyCollectionChangedEventArgs)
    PagedDataBoundComponent<TItem>.Dispose()
    PagedDataBoundComponent<TItem>.PageSizeOptions
    PagedDataBoundComponent<TItem>.PageSizeText
    PagedDataBoundComponent<TItem>.ShowPagingSummary
    PagedDataBoundComponent<TItem>.PagingSummaryFormat
    PagedDataBoundComponent<TItem>.PagingSummaryTemplate
    PagedDataBoundComponent<TItem>.FirstPageTitle
    PagedDataBoundComponent<TItem>.FirstPageAriaLabel
    PagedDataBoundComponent<TItem>.PrevPageLabel
    PagedDataBoundComponent<TItem>.PrevPageTitle
    PagedDataBoundComponent<TItem>.PrevPageAriaLabel
    PagedDataBoundComponent<TItem>.LastPageTitle
    PagedDataBoundComponent<TItem>.LastPageAriaLabel
    PagedDataBoundComponent<TItem>.NextPageLabel
    PagedDataBoundComponent<TItem>.NextPageTitle
    PagedDataBoundComponent<TItem>.NextPageAriaLabel
    PagedDataBoundComponent<TItem>.PageTitleFormat
    PagedDataBoundComponent<TItem>.PageAriaLabelFormat
    PagedDataBoundComponent<TItem>.PagedView
    PagedDataBoundComponent<TItem>.View
    PagedDataBoundComponent<TItem>.LoadData
    PagedDataBoundComponent<TItem>.OnDataChanged()
    PagedDataBoundComponent<TItem>.SetParametersAsync(ParameterView)
    PagedDataBoundComponent<TItem>.OnParametersSetAsync()
    PagedDataBoundComponent<TItem>.OnAfterRenderAsync(Boolean)
    PagedDataBoundComponent<TItem>.skip
    PagedDataBoundComponent<TItem>.topPager
    PagedDataBoundComponent<TItem>.bottomPager
    PagedDataBoundComponent<TItem>.Page
    PagedDataBoundComponent<TItem>.OnPageChanged(PagerEventArgs)
    PagedDataBoundComponent<TItem>.OnPageSizeChanged(Int32)
    PagedDataBoundComponent<TItem>.CalculatePager()
    PagedDataBoundComponent<TItem>.GoToPage(Int32, Boolean)
    PagedDataBoundComponent<TItem>.FirstPage(Boolean)
    PagedDataBoundComponent<TItem>.PrevPage()
    PagedDataBoundComponent<TItem>.NextPage()
    PagedDataBoundComponent<TItem>.LastPage()
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.Reference
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.CurrentStyle
    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

    AllowVirtualization

    Gets or sets a value indicating whether this instance is virtualized.

    Declaration
    public bool AllowVirtualization { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is virtualized; otherwise, false.

    EmptyTemplate

    Gets or sets the empty template shown when Data is empty collection.

    Declaration
    public RenderFragment EmptyTemplate { get; set; }
    Property Value
    Type Description
    RenderFragment

    The empty template.

    EmptyText

    Gets or sets the empty text shown when Data is empty collection.

    Declaration
    public string EmptyText { get; set; }
    Property Value
    Type Description
    System.String

    The empty text.

    IsLoading

    Gets or sets a value indicating whether this instance loading indicator is shown.

    Declaration
    public bool IsLoading { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance loading indicator is shown; otherwise, false.

    ShowEmptyMessage

    Gets or sets a value indicating whether DataList should show empty message.

    Declaration
    public bool ShowEmptyMessage { get; set; }
    Property Value
    Type Description
    System.Boolean

    Virtualize

    Gets Virtualize component reference.

    Declaration
    public Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize<TItem> Virtualize { get; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize<TItem>

    WrapItems

    Gets or sets a value indicating whether to wrap items.

    Declaration
    public bool WrapItems { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if wrap items; otherwise, false.

    Methods

    GetComponentCssClass()

    Gets the component CSS class.

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    System.String
    Overrides
    RadzenComponent.GetComponentCssClass()

    Reload()

    Reloads this instance.

    Declaration
    public override async Task Reload()
    Returns
    Type Description
    Task
    Overrides
    Radzen.PagedDataBoundComponent<TItem>.Reload()

    Implements

    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT