IComboBox<TData, TValue>.Value Property
Specifies the ComboBox’s selected value/item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
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