Skip to main content

FilterPopupEventArgs.ComboBoxEdit Property

Gets the filter dropdown.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public ComboBoxEdit ComboBoxEdit { get; }

#Property Value

Type Description
ComboBoxEdit

A ComboBoxEdit object that is a combobox used in a filter pop-up.

See Also