QueryResultValueEventArgs(Object) Constructor
Creates a new QueryResultValueEventArgs object.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.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