FetchRowsEventArgs.HasMoreRows Property
Gets or sets whether a data source has more rows.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if a data source has more rows; otherwise, false. |
See Also