Skip to main content
All docs
V24.1

ListBoxFilterCriteriaChangedEventArgs<TData, TValue>.ListBox Property

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.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