RepositoryItem.EditValueChangedFiringMode Property
Gets or sets the RepositoryItem.EditValueChanged event’s firing mode.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(EditValueChangedFiringMode.Default)]
[DXCategory("Behavior")]
public virtual EditValueChangedFiringMode EditValueChangedFiringMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Edit |
Default | An Edit |
Available values:
Name | Description |
---|---|
Default | The Repository |
Buffered | The Repository |
#Remarks
You can set the EditValueChangedFiringMode property to one of the following values:
Default | The Repository |
Buffered | The Repository |
Note
The Edit
The code sample below illustrates how to deley the RepositoryItem.EditValueChanged event.
textEdit1.Properties.EditValueChangedFiringMode = EditValueChangedFiringMode.Buffered;
textEdit1.Properties.EditValueChangedDelay = 300; // 300 msec delay