Skip to main content
ON

ValidateItemEventArgs.AutoUpdateItemsSource Property

Gets or sets whether the control should update the source of items when editing is finished.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public bool AutoUpdateItemsSource { get; set; }

Property Value

Type Description
Boolean

true to update the source of items automatically; otherwise false.

See Also