alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ListViewFieldSettings<TValue>

    Configure handlers to handle the field settings with the ListView component.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    ListViewFieldSettings<TValue>
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnParametersSet()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.Lists
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ListViewFieldSettings<TValue> : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
    Type Parameters
    Name Description
    TValue

    TValue of the ListView component.

    Constructors

    ListViewFieldSettings()

    Declaration
    public ListViewFieldSettings()

    Properties

    Child

    Gets or sets Child property is used for nested navigation of listed items.

    Declaration
    [Parameter]
    public string Child { get; set; }
    Property Value
    Type Description
    string

    The child for current list. The default value is String.Empty.

    Enabled

    Gets or sets the enabled state of the ListView component.

    Declaration
    [Parameter]
    public string Enabled { get; set; }
    Property Value
    Type Description
    string

    true if the item must be disabled; Otherwise false.

    GroupBy

    Gets or sets the field value which is used to group ListView elements.

    Declaration
    [Parameter]
    public string GroupBy { get; set; }
    Property Value
    Type Description
    string

    The name of the field by which items are grouped.

    HtmlAttributes

    Gets or sets the additional attributes such as id, class, etc.,and accepts attributes in a key-value pair format.

    Declaration
    [Parameter]
    public string HtmlAttributes { get; set; }
    Property Value
    Type Description
    string

    The default value is String.Empty.

    IconCss

    Gets or sets the CSS to customize the icon for the list items dynamically.

    Declaration
    [Parameter]
    public string IconCss { get; set; }
    Property Value
    Type Description
    string

    The default value is String.Empty.

    Remarks

    You can add a specific image to the icons using the iconCss property.

    Id

    Gets or sets the id field mapped in data source.

    Declaration
    [Parameter]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    The default value is String.Empty.

    IsChecked

    Gets or sets a value which is used to check whether the list items are in a checked state or not.

    Declaration
    [Parameter]
    public string IsChecked { get; set; }
    Property Value
    Type Description
    string

    The default value is String.Empty.

    Text

    Gets or sets the text value from the data source for each list item.

    Declaration
    [Parameter]
    public string Text { get; set; }
    Property Value
    Type Description
    string

    The default value is String.Empty.

    Tooltip

    Gets or sets the tooltip text that displays information about the target element when hovering over list items.

    Declaration
    [Parameter]
    public string Tooltip { get; set; }
    Property Value
    Type Description
    string

    The default value is String.Empty.

    Methods

    Dispose(bool)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    OwningComponentBase.Dispose(bool)

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type
    Task
    Overrides
    ComponentBase.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    Task
    Overrides
    ComponentBase.OnParametersSetAsync()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved