LookupControl..::..LookupColumns Property
Gets a list of LookupColumns which allow adding new columns.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public ObservableCollection<LookupColumnBase> LookupColumns { get; }
Public ReadOnly Property LookupColumns As ObservableCollection(Of LookupColumnBase) Get
public: property ObservableCollection<LookupColumnBase^>^ LookupColumns { ObservableCollection<LookupColumnBase^>^ get (); }