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