Skip to main content

ExcelFilteringDataEventArgs.IsNotLoaded Property

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

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsNotLoaded { get; }

Property Value

Type Description
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