ASPxEdit.AreEditorsValid(Control, Boolean) Method
Verifies whether the editors in the specified container are valid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public static bool AreEditorsValid(
Control container,
bool checkInvisibleEditors
)
Public Shared Function AreEditorsValid(
container As Control,
checkInvisibleEditors As Boolean
) As Boolean
Parameters
Name | Type | Description |
---|---|---|
container | Control | A Control object that specifies the container. |
checkInvisibleEditors | Boolean | true to check both visible and invisible editors that belong to the specified container; false to check only visible editors. |
Returns
Type | Description |
---|---|
Boolean | true if the editors are valid; otherwise, false. |
Remarks
NOTE
The AreEditorsValid method does not validate editor data, it only checks the validation state of editors.
See Also
Feedback