UnboundSourceListChangedEventArgs.IsTriggeredByComponentApi Property
Gets a value indicating if the current event is triggered by the UnboundSource component API.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the current event is triggered by the component API; otherwise, false. |
See Also