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 |