Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ConvertEditValueEventArgs Class

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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