ASPxEdit.AreEditorsValid(Control, String) Method
Verifies whether visible editors with the specified settings are valid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public static bool AreEditorsValid(
Control container,
string validationGroup
)
Public Shared Function AreEditorsValid(
container As Control,
validationGroup As String
) As Boolean
Parameters
Name | Type | Description |
---|---|---|
container | Control | A Control object that specifies the container. |
validationGroup | String | A string value that specifies the validation group's name. |
Returns
Type | Description |
---|---|
Boolean | true if visible 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