IBarComboBoxItem.Value Property
Specifies the item value.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Object | The item value. |
See Also