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


In This Topic
    AsyncDataRetrievalTimeout Property
    In This Topic
    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
    public TimeSpan AsyncDataRetrievalTimeout {get; set;}

    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