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

MVCxBatchUpdateValues<T, S>.IsValid(T) Method

Gets a value that indicates whether an item from the underlying data source is valid.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool IsValid(
    T item
)

Parameters

Name Type Description
item T

The item from the underlying data source.

Returns

Type Description
Boolean

true, if the item is valid; otherwise, false.

See Also