RepositoryItemTimeSpanEdit.EditValueChangedFiringMode Property
Gets or sets whether the EditValueChanged event fires when the value changes or after a delay.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(EditValueChangedFiringMode.Default)]
[DXCategory("Behavior")]
public override EditValueChangedFiringMode EditValueChangedFiringMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Edit |
Default | A value that specifies whether the event fires when the edit value changes or after a delay. |
Available values:
Name | Description |
---|---|
Default | The Repository |
Buffered | The Repository |