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