Skip to main content
A newer version of this page is available. .

ExcelFilteringDataEventArgs.IsNotLoaded Property

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

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
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