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

ASPxEdit.ValidateEditorsInContainer(Control, Boolean) Method

Performs validation of the editors which are located within the specified container, dependent on the visibility state specified.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public static bool ValidateEditorsInContainer(
    Control container,
    bool validateInvisibleEditors
)

Parameters

Name Type Description
container Control

A Control object that represents the container of the editors to be validated.

validateInvisibleEditors Boolean

true to validate both visible and invisible editors that belong to the specified container; false to validate only visible editors.

Returns

Type Description
Boolean

true if the specified editors pass validation; otherwise, false.

See Also