Skip to main content

InvalidValueExceptionEventArgs.Value Property

Gets an invalid value that caused the exception.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object representing the invalid value.

See Also