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

UnboundSourceListChangedEventArgs.IsTriggeredByComponentApi Property

Gets a value indicating if the current event is triggered by the UnboundSource component API.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public bool IsTriggeredByComponentApi { get; }

Property Value

Type Description
Boolean

true, if the current event is triggered by the component API; otherwise, false.

See Also