Class SelectedData<TItem>
Inheritance
System.Object
SelectedData<TItem>
Assembly: Syncfusion.Blazor.dll
Syntax
public class SelectedData<TItem> : Object
Type Parameters
Constructors
SelectedData()
Declaration
Properties
ChipClass
Declaration
public string ChipClass { get; set; }
Property Value
Type |
Description |
System.String |
|
ItemData
Declaration
public TItem ItemData { get; set; }
Property Value
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 |
|