Skip to main content
Tab

ASPxGridBeforeHeaderFilterFillItemsEventArgs.Handled Property

Specifies whether the BeforeHeaderFilterFillItems event is handled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true, if the event is handled; otherwise, false.

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