menu

Blazor

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

    Show / Hide Table of Contents

    Class SelectedData<TItem>

    Specifies the selected data.

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

    Specifies the type of SelectedData.

    Constructors

    SelectedData()

    Declaration
    public SelectedData()

    Properties

    ChipClass

    Specifies the chip class.

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

    ItemData

    Specifies the item data.

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

    Text

    Specifies the text.

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

    Value

    Specifies the value.

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