BaseContainerValidateEditorEventArgs(Object) Constructor
Creates a BaseContainerValidateEditorEventArgs object.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v26.1.dll
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