Skip to main content
A newer version of this page is available. .

FilterPopupEventArgs.ListBox Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.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