ASPxGridBeforeHeaderFilterFillItemsEventArgs.Handled Property
Specifies whether the BeforeHeaderFilterFillItems event is handled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Set the Handled property to true to flag that the BeforeHeaderFilterFillItems event is handled. In this case, the event is not raised. Otherwise, the HeaderFilterFillItems event fires, removing header filter items created before it.
See Also