Skip to main content
.NET 6.0+

XafDataView.TopReturnedObjectsCount Property

Specifies the number of data records retrieved by the XafDataView.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public int TopReturnedObjectsCount { get; set; }

Property Value

Type Description
Int32

An integer that specifies the number of data records to retrieve.

See Also