FilterPopupEventArgs.ComboBoxEdit Property
In This Article
Gets the filter dropdown.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public ComboBoxEdit ComboBoxEdit { get; }
#Property Value
Type | Description |
---|---|
Combo |
A Combo |
See Also