QueryResultValueEventArgs(Object) Constructor
Creates a new QueryResultValueEventArgs object.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fValue | Object | An object specifying the editor value. This value is assigned to the QueryResultValueEventArgs.Value property. |
See Also