Skip to main content

MVCxFilterControlExpressionInfo.IsValid Property

Specifies whether the filter criteria is valid.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.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