ASPxDataView.VisibleItems Property
In This Article
Returns a collection of items which are currently displayed by the ASPxDataView on the screen.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ReadOnlyCollection<DataViewItem> VisibleItems { get; }
#Property Value
Type | Description |
---|---|
Read |
A System. |
#Remarks
Use the VisibleItems property to obtain a collection of those items from the ASPxDataView.Items collection which are currently visible on the screen.
Note
If the ASPx
See Also