Skip to main content

UnboundSourceListChangedEventArgs.IsTriggeredByComponentApi Property

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

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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