Skip to main content
A newer version of this page is available. .

CheckedComboBoxEdit.DoValidate(PopupCloseMode) Method

Validates the editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override bool DoValidate(
    PopupCloseMode closeMode
)

Parameters

Name Type Description
closeMode PopupCloseMode

A PopupCloseMode enumeration value that specifies how a dropdown editor’s popup window was closed.

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