Back to Devexpress

ExcelFilteringDataEventArgs.IsNotLoaded Property

windowsforms-devexpress-dot-xtraeditors-dot-filtering-dot-excelfilteringdataeventargs-fb508656.md

latest1.6 KB
Original Source

ExcelFilteringDataEventArgs.IsNotLoaded Property

Gets or sets whether the data is not yet loaded during asynchronous data loading.

Namespace : DevExpress.XtraEditors.Filtering

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsNotLoaded { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property IsNotLoaded As Boolean

Property Value

TypeDescription
Boolean

true if the data is not yet loaded; otherwise, false.

|

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

IsNotLoadedValue(Object)

ExcelFilteringDataEventArgs Class

ExcelFilteringDataEventArgs Members

DevExpress.XtraEditors.Filtering Namespace