IListBox<TData, TValue>.Value Property
In This Article
Gets or sets the selected item’s value.
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 selected item’s value. |
#Remarks
Refer to the Value property description for more information and an example.
See Also