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