Skip to main content

BaseContainerValidateEditorEventArgs(Object) Constructor

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BaseContainerValidateEditorEventArgs(
    object fValue
)

Parameters

Name Type Description
fValue Object

An object representing the validated editor’s value. This value is assigned to the BaseContainerValidateEditorEventArgs.Value property.

Remarks

The constructor sets the BaseContainerValidateEditorEventArgs.Valid property to true. The BaseContainerValidateEditorEventArgs.ErrorText property is set to an empty string.

See Also