ConvertEditValueEventArgs(Object) Constructor
Creates a new ConvertEditValueEventArgs object and initializes its ConvertEditValueEventArgs.Value property.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
fValue | Object | An object representing the editor’s new value. This value is assigned to the ConvertEditValueEventArgs.Value property. |
See Also