PopupContainerEdit.DoValidate(PopupCloseMode) Method
Validates the editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
closeMode | PopupCloseMode | A PopupCloseMode enumeration value that specifies how a dropdown editor’s popup window should be 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