Click or drag to resize
MasterListToListBinder<TModel, TListModel>._FetchColumns Field
Protected method that fetches the content of the list, split into columns.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected Action<TListModel, ListContentEventArgs> _FetchColumns

Field Value

Type: Action<TListModel, ListContentEventArgs>
See Also