ExcelFilteringDataEventArgs.IsInitialized Property
Gets whether these event arguments contain data values.
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v24.2.dll
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