FilterControlParseValueEventArgs Properties
Provides data for the ASPxFilterControlBase.ParseValue event.| Name | Description |
|---|---|
| Handled | Gets or sets a value specifying whether the event was handled. |
| PropertyInfo | Gets the filterable property of the filter expression. |
| Text | Gets the filterable property’s value entered into the filter bar by an end user. |
| Value | Gets or sets a value that represents the filter condition for the filter control. |
See Also