ControlBase.PerformValidation(Control, Boolean) Method
In This Article
Returns if the ControlBase validates its value before the user may proceed.
Namespace: DevExpress.Utils.Controls
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
control | Control | The control that needs to be checked. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
reset |
Boolean | False | true, to reset the control’s Validation |
#Returns
Type | Description |
---|---|
Boolean | true if the Control |
See Also