Skip to main content

BaseContainerValidateEditorEventArgs.Value Property

Gets or sets the value being validated.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public object Value { get; set; }

Property Value

Type Description
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