Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropDownListFieldSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DropDownListFieldSettings

    The Fields property maps the columns of the data table and binds the data to the component.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    DropDownListFieldSettings
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DropDownListFieldSettings : SfDataBoundComponent

    Constructors

    DropDownListFieldSettings()

    Declaration
    public DropDownListFieldSettings()

    Properties

    GroupBy

    Group the list items with it's related items by mapping groupBy field.

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

    HtmlAttributes

    You can add the additional html attributes such as styles, class, and more to the list element. If you configured both property and equivalent html attributes, then the component considers the property value.

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

    IconCss

    Maps the icon class column from data table for each list item.

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

    Text

    Maps the text column from data table for each list item

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

    Value

    Maps the value column from data table for each list item

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

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved