Skip to main content

InstantFeedbackDataSourceBase.AreSourceRowsThreadSafe Property

Specifies whether elements retrieved by the InstantFeedbackDataSourceBase‘s source are thread-safe. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ServerMode

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AreSourceRowsThreadSafe { get; set; }

Property Value

Type Description
Boolean

true if elements retrieved by the source are thread-safe; otherwise, false.

Remarks

Set this property according to the type (thread-safe or not) of elements retrieved by a source to be supplied within the event handler.

See Also