Back to Devexpress

BaseContainerValidateEditorEventArgs.Value Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-basecontainervalidateeditoreventargs-1ff8174b.md

latest2.1 KB
Original Source

BaseContainerValidateEditorEventArgs.Value Property

Gets or sets the value being validated.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Object

An object representing the validated editor’s value.

|

Remarks

Use this property to obtain the editor’s value. If the value is valid, leave the BaseContainerValidateEditorEventArgs.Valid parameter set to true. Otherwise, you can choose between the following alternatives:

See Also

BaseContainerValidateEditorEventArgs Class

BaseContainerValidateEditorEventArgs Members

DevExpress.XtraEditors.Controls Namespace