Skip to main content

ExcelFilteringDataEventArgs.IsInitialized Property

Gets whether these event arguments contain data values.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v24.1.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