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

ASPxGridBeforeHeaderFilterFillItemsEventArgs.Handled Property

Specifies whether the BeforeHeaderFilterFillItems event is handled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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