ASPxEdit.AreEditorsValid(Control, Boolean) Method
In This Article
Verifies whether the editors in the specified container are valid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
container | Control | A Control object that specifies the container. |
check |
Boolean |
|
#Returns
Type | Description |
---|---|
Boolean |
|
#Remarks
Note
The Are
See Also