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 |
|
See Also