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

FilterControlParseValueEventArgs.Handled Property

Gets or sets a value specifying whether the event was 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 was handled and default processing should not occur; false if the event should be handled using default processing.

Remarks

When handling an event the Handled property should be set to true in the event’s handler to indicate that default processing is not required.

See Also