ListWindowViewModel..::..CurrentPage Property
Gets the current page.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public IReadOnlyList<ListControlDataSourceRow> CurrentPage { get; }
Public ReadOnly Property CurrentPage As IReadOnlyList(Of ListControlDataSourceRow) Get
public: property IReadOnlyList<ListControlDataSourceRow^>^ CurrentPage { IReadOnlyList<ListControlDataSourceRow^>^ get (); }