DevExtremeRequiredAttribute.IsValid(Object) Method
Validates an editor’s value on the server.
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public override bool IsValid(
object value
)
Parameters
Name | Type | Description |
---|---|---|
value | Object | A boolean value to be validated. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also