Class DataItems<TVal>
Inheritance
System.Object
DataItems<TVal>
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class DataItems<TVal> : Object
Type Parameters
Name | Description |
---|---|
TVal |
Constructors
DataItems()
Declaration
public DataItems()
Properties
text
Declaration
public object text { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
value
Declaration
public TVal value { get; set; }
Property Value
Type | Description |
---|---|
TVal |