Infragistics(R) NetAdvantage(R) Windows Forms
IsExportAsyncPending Property
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > UltraGrid Class : IsExportAsyncPending Property

Returns true if an asynchronous export operation is pending, but has not yet started; otherwise false.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsExportAsyncPending As Boolean
C# 
public bool IsExportAsyncPending {get;}

See Also