BaseContainerValidateEditorEventArgs(Object) Constructor
Creates a BaseContainerValidateEditorEventArgs object.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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