IListBox<TData, TValue>.Value Property
Gets or sets the selected item’s value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
TValue Value { get; set; }
Property Value
Type | Description |
---|---|
TValue | The selected item’s value. |
Remarks
Refer to the Value property description for more information and an example.
See Also