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

CustomFilterDialogEventArgs.Handled Property

Gets or sets a value specifying whether the custom filter dialog should be invoked.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true to suppress the standard custom filter dialog; otherwise, false.

See Also