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

BaseGridColumnHeader.ColumnFilterPopup Property

Specifies the column filter popup.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public PopupBaseEdit ColumnFilterPopup { get; set; }

Property Value

Type Description
PopupBaseEdit

A PopupBaseEdit object that represents a popup used in a filter editor.

See Also