menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FieldSettingsModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FieldSettingsModel

    Interface for a class FieldSettings.

    Inheritance
    System.Object
    FieldSettingsModel
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FieldSettingsModel : Object

    Constructors

    FieldSettingsModel()

    Declaration
    public FieldSettingsModel()

    Properties

    Disabled

    Gets or sets the field name that maps to the disabled property.

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

    GroupBy

    Gets or sets the field name to group the list items with its related items.

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

    HtmlAttributes

    Gets or sets the html attributes to the list item.

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

    IconCss

    Gets or sets the field name that maps to the icon class column for each list item.

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

    Text

    Gets or sets the field name that maps to the text property.

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

    Value

    Gets or sets the field name that maps to the value property.

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved