Back to Devexpress

CustomFilterDialogEventArgs.Handled Property

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

latest1.4 KB
Original Source

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

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

Declaration

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

Property Value

TypeDescription
Boolean

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

|

See Also

CustomFilterDialogEventArgs Class

CustomFilterDialogEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace