IComboBox<TData, TValue>.Value Property
In This Article
Specifies the ComboBox’s selected value/item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
TValue Value { get; set; }
#Property Value
Type | Description |
---|---|
TValue | The value type. |
#Remarks
Refer to the Value property description for more information and an example.
See Also