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.v19.1.dll

Declaration

[Browsable(false)]
public bool IsInitialized { get; }

Property Value

Type Description
Boolean

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

See Also