ValidateItemEventArgs.IsValid Property
Gets or sets whether the item is valid. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public bool IsValid { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also