Skip to main content

ConvertEditValueEventArgs.Value Property

Gets or sets either the edit or the display value of an editor.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

An object specifying either the edit or the display value of an editor.

Remarks

The Value property value depends on the event currently handled.

Note: you must set the ConvertEditValueEventArgs.Handled property value to true to override the default conversion or formatting algorithm.

See Also