Back to Devexpress

InvalidValueExceptionEventArgs.Value Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-invalidvalueexceptioneventargs.md

latest1.2 KB
Original Source

InvalidValueExceptionEventArgs.Value Property

Gets an invalid value that caused the exception.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public object Value { get; }
vb
Public ReadOnly Property Value As Object

Property Value

TypeDescription
Object

An object representing the invalid value.

|

See Also

InvalidValueExceptionEventArgs Class

InvalidValueExceptionEventArgs Members

DevExpress.XtraEditors.Controls Namespace