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