Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridControl Class / AsyncDataRetrievalTimeout Property


AsyncDataRetrievalTimeout Property
Gets or sets the delai allowed to obtained information from the data source, after which a timeout will be thrown.
Syntax
'Declaration
 
Public Property AsyncDataRetrievalTimeout As TimeSpan
 
'Usage
 
Dim instance As DataGridControl
Dim value As TimeSpan
 
instance.AsyncDataRetrievalTimeout = value
 
value = instance.AsyncDataRetrievalTimeout

Property Value

The delai allowed to obtained information from the data source, after which a timeout will be thrown. By default, 1 minute.
Remarks

A value under than or equal to 0 means an infinite delai.

This property is used in the following situations:

  • the printing of async data sources.
  • the exportation of async data sources.
  • the clipboard (Ctrl-C) of async data sources.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also