Skip to main content
All docs
V25.1
  • IListBox<TData, TValue>.Values Property

    Provides access to the List Box’s selected value/item collection.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    IEnumerable<TValue> Values { get; set; }

    Property Value

    Type Description
    IEnumerable<TValue>

    The List Box’s values/items.

    Remarks

    Refer to the Values property description for more information and an example.

    See Also