Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListOptions<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ListOptions<T>

    Inheritance
    System.Object
    ListOptions<T>
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ListOptions<T> : Object
    Type Parameters
    Name Description
    T

    Constructors

    ListOptions()

    Declaration
    public ListOptions()

    Properties

    CurItemData

    Declaration
    public T CurItemData { get; set; }
    Property Value
    Type Description
    T

    GroupBy

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

    GroupItems

    Declaration
    public ComposedItemModel<T> GroupItems { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.DropDowns.ComposedItemModel<T>

    IconCss

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

    IsHeader

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

    Items

    Declaration
    public IEnumerable Items { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    ListAttribute

    Declaration
    public Dictionary<string, object> ListAttribute { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    ListClass

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

    ShowIcon

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

    Text

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

    Value

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