BaseEdit.EditValuePostDelay Property
Gets or sets the amount of time, in milliseconds, after which a value specified by a user is posted to the editor.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer that specifies the delay, in milliseconds, after which a new value is posted to the BaseEdit.EditValue property. |
Remarks
The BaseEdit.EditValuePostMode property should be set to PostMode.Delayed. Otherwise, a new value is posted to the BaseEdit.EditValue property immediately.
See Also