ASPxEdit.AreEditorsValid Method
Name | Parameters | Description |
---|---|---|
AreEditorsValid(Control, Boolean) static | container, checkInvisibleEditors | Verifies whether the editors in the specified container are valid. |
AreEditorsValid(Control, String, Boolean) static | container, validationGroup, checkInvisibleEditors | Verifies whether the editors with the specified settings are valid. |
AreEditorsValid(Control, String) static | container, validationGroup | Verifies whether visible editors with the specified settings are valid. |
AreEditorsValid(Control) static | container | Verifies whether visible editors with the specified settings are valid. |