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

UnboundDataSource.Count Property

Gets or sets the number of items in the UnboundDataSource‘s list. This is a dependency property.

Namespace: DevExpress.Xpf.Core.DataSources

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public int Count { get; set; }

Property Value

Type Description
Int32

An integer value that is the number of items in the list.

Remarks

Use the Count property to specify the number of records that the UnboundDataSource will pull from the data source.

See Also