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

    Returns an object that defines List Box API members (properties and methods).

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public IListBox<TData, TValue> ListBox { get; }

    Property Value

    Type Description
    IListBox<TData, TValue>

    An object that implements the IListBox<TData, TValue> interface.

    See Also