Back to Devexpress

PGridOptionsBehavior.AutoPostEditorDelay Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-pgridoptionsbehavior.md

latest1.9 KB
Original Source

PGridOptionsBehavior.AutoPostEditorDelay Property

Gets or sets the time delay of actually changing the value after it was changed in the editor.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int AutoPostEditorDelay { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Overridable Property AutoPostEditorDelay As Integer

Property Value

TypeDefaultDescription
Int320

An integer value which specifies the time delay in milliseconds.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AutoPostEditorDelay
PropertyGridControl

.OptionsBehavior .AutoPostEditorDelay

|

See Also

EditValueChangedDelay

PGridOptionsBehavior Class

PGridOptionsBehavior Members

DevExpress.XtraVerticalGrid Namespace