Click or drag to resize
MasterListToListBinderTModel, TListModelFetchColumns Property
Gets or sets the method that handles the fetching of columns. Can only be set before initialisation.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Action<TListModel, ListContentEventArgs> FetchColumns { get; set; }

Property Value

Type: ActionTListModel, ListContentEventArgs
See Also