ValidateItemEventArgs.AutoUpdateItemsSource Property
In This Article
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
C#
public bool AutoUpdateItemsSource { get; set; }
#Property Value
Type | Description |
---|---|
Boolean |
|
See Also