ListBoxFilterCriteriaChangedEventArgs<TData, TValue>.ListBox Property
In This Article
Returns an object that defines List Box API members (properties and methods).
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IListBox<TData, TValue> ListBox { get; }
#Property Value
Type | Description |
---|---|
IList |
An object that implements the IList |
See Also