ASPxGridBeforeHeaderFilterFillItemsEventArgs.Handled Property
Specifies whether the BeforeHeaderFilterFillItems event is handled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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