Skip to main content

FilterPopupEventArgs.ListBox Property

Gets the drop-down filter for which FilterPopupMode is set to List.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ListBox ListBox { get; }

Property Value

Type Description
ListBox

The drop-down filter for which FilterPopupMode is set to List.

See Also