Skip to main content
ON

ValidateItemEventArgs.AutoUpdateItemsSource Property

Gets or sets whether the data source associated with the validation context updates automatically when the validation is successful. This is a bindable property.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public bool AutoUpdateItemsSource { get; set; }

Property Value

Type Description
Boolean

true if the data source associated with the validation context updates automatically when the validation is successful; otherwise, false.

See Also