Skip to main content

CustomFilterDialogEventArgs.ResetEditorEventHandlers Property

Gets or sets whether event handlers of the dialog’s editors are reset (i.e., not copied from a column’s in-place editor).

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public bool ResetEditorEventHandlers { get; set; }

Property Value

Type Description
Boolean

true if event handlers of the dialog’s editors are reset; otherwise, false. The default is true.

Remarks

The Custom Filter Dialog contains built-in editors to select values for the filter criteria. On dialog initialization, these editors copy their settings from a column’s in-place editor (GridColumn.RealColumnEdit). If the ResetEditorEventHandlers property is set to true, the event handlers are not copied from the column’s editor to the dialog’s editors.

See Also