Skip to main content

FilterPopupEventArgs(ColumnBase, PopupBaseEdit) Constructor

Initializes a new instance of the FilterPopupEventArgs class with the specified grid column and pop-up edit.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public FilterPopupEventArgs(
    ColumnBase column,
    PopupBaseEdit popupBaseEdit
)

#Parameters

Name Type Description
column ColumnBase

A ColumnBase descendant which specifies a column, containing a pop-up edit, for which an event has been raised. This object is assigned to the FilterPopupEventArgs.Column property.

popupBaseEdit PopupBaseEdit

A PopupBaseEdit object, which specifies a pop-up editor, for which an event has been raised. This object is assigned to the FilterPopupEventArgs.PopupBaseEdit property.

#Remarks

Instances of the FilterPopupEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also