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

ExcelFilteringDataEventArgs.IsInitialized Property

Gets whether these event arguments contain data values.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

true if these event arguments contain data values; otherwise, false.

See Also