Back to Devexpress

AutoCloseOptions.Delay Property

windowsforms-devexpress-dot-xtraeditors-dot-autocloseoptions.md

latest1.5 KB
Original Source

AutoCloseOptions.Delay Property

Gets or sets the timer (in milliseconds) that automatically closes the dialog when it expires. See the XtraBaseArgs.AutoCloseOptions property for examples.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public int Delay { get; set; }
vb
Public Property Delay As Integer

Property Value

TypeDescription
Int32

The timer duration (in milliseconds).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Delay
XtraBaseArgs

.AutoCloseOptions .Delay

|

See Also

AutoCloseOptions Class

AutoCloseOptions Members

DevExpress.XtraEditors Namespace