Skip to main content
A newer version of this page is available. .

ConvertEditValueEventArgs Class

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public class ConvertEditValueEventArgs :
    EventArgs

Remarks

The RepositoryItem.FormatEditValue and RepositoryItem.ParseEditValue events fire before the edited value is converted to its textual representation or before the edited value is accepted respectively. These events enable you to perform manual conversions of the edit value into its textual representation or the entered value into the actual edit value. Thus, the ConvertEditValueEventArgs class declares the ConvertEditValueEventArgs.Value property that specifies a custom conversion result. The ConvertEditValueEventArgs.Handled property allows you to specify whether default conversion algorithm should be used.

ConvertEditValueEventArgs objects are automatically created, initialized and passed to proper event handlers.

Inheritance

Object
EventArgs
ConvertEditValueEventArgs
See Also