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