CheckedComboBoxEdit.DoValidate(PopupCloseMode) Method
In This Article
Validates the editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
#Declaration
public override bool DoValidate(
PopupCloseMode closeMode
)
#Parameters
Name | Type | Description |
---|---|---|
close |
Popup |
A Popup |
#Returns
Type | Description |
---|---|
Boolean | true if the editor’s value is valid; otherwise, false. |
#Remarks
The DoValidate method closes the editor’s dropdown and validates its value. To learn more, see BaseEdit.DoValidate.
See Also