Blazor

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

    Show / Hide Table of Contents

    Class SelectedData<TItem>

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

    Constructors

    SelectedData()

    Declaration
    public SelectedData()

    Properties

    ChipClass

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

    ItemData

    Declaration
    public TItem ItemData { get; set; }
    Property Value
    Type Description
    TItem

    Text

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

    Value

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