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