Skip to main content

CheckedComboBoxEdit.DoValidate(PopupCloseMode) Method

Validates the editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool DoValidate(
    PopupCloseMode closeMode
)

Parameters

Name Type Description
closeMode PopupCloseMode

A PopupCloseMode enumeration value that specifies how the drop-down window was closed.

Returns

Type Description
Boolean

true if the edit value is valid; otherwise, false.

Remarks

Closes the editor’s dropdown and validates its value.

Refer to the following help topic for additional information: DoValidate().

See Also