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

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

    Namespace: DevExpress.Blazor

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

    Remarks

    Refer to the ListBoxItemClickEventArgs<TData, TValue> class description for more information and an example.

    See Also