Skip to main content

MaskAttribute.IsValid(Object) Method

Determines whether the specified value matches the mask.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override bool IsValid(
    object value
)

Parameters

Name Type Description
value Object

The value to validate.

Returns

Type Description
Boolean

true, if the specified value is valid or null; otherwise, false.

See Also