Skip to main content

PLinqInstantFeedbackDataSource.ListSource Property

Gets or sets the source collection for PLinqInstantFeedbackDataSource. This is a dependency property.

Namespace: DevExpress.Xpf.Core.ServerMode

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IListSource ListSource { get; set; }

Property Value

Type Description
IListSource

The source collection that implements IListSource.

See Also