Back to Devexpress

BeforeFillEventArgs.IsValid Property

corelibraries-devexpress-dot-dataaccess-dot-objectbinding-dot-beforefilleventargs-fedb7022.md

latest1.7 KB
Original Source

BeforeFillEventArgs.IsValid Property

Specifies whether or not the object data source is valid.

Namespace : DevExpress.DataAccess.ObjectBinding

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public bool IsValid { get; set; }
vb
Public Property IsValid As Boolean

Property Value

TypeDescription
Boolean

true , if the object data source is valid; otherwise, false.

|

Remarks

When the IsValid property returns false , a ValidationFailedException is thrown.

Important

BeforeFillEventArgs.IsValid is false if the object data source uses an untrusted data source type.

See Also

BeforeFill

BeforeFillGlobal

BeforeFillEventArgs Class

BeforeFillEventArgs Members

DevExpress.DataAccess.ObjectBinding Namespace