CheckedComboBoxEdit.DoValidate(PopupCloseMode) Method
Validates the editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| closeMode | PopupCloseMode | A PopupCloseMode enumeration value that specifies how the drop-down window was closed. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Closes the editor’s dropdown and validates its value.
Refer to the following help topic for additional information: DoValidate().
See Also