FilterControlParseValueEventArgs.Handled Property
Gets or sets a value specifying whether the event was handled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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