Back to Devexpress

CustomFilterDialogEventArgs.ResetEditorEventHandlers Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-customfilterdialogeventargs-e3ef87ee.md

latest1.9 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public bool ResetEditorEventHandlers { get; set; }
vb
Public Property ResetEditorEventHandlers As Boolean

Property Value

TypeDescription
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

CustomFilterDialogEventArgs Class

CustomFilterDialogEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace