Skip to main content
A newer version of this page is available. .

MVCxFilterControlExpressionInfo.IsValid Property

Specifies whether the filter criteria is valid.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool IsValid { get; set; }

Property Value

Type Description
Boolean

true, if the filter criteria is valid; otherwise, false.

See Also