Click or drag to resize
MasterListToSubsetBinderTSubsetModel, TMasterModel, TListModel, TIdentifierGetSubsetAction Property
Gets or sets the action that retrieves the subset list from the subset model.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Func<TSubsetModel, IList<TIdentifier>> GetSubsetAction { get; set; }

Property Value

Type: FuncTSubsetModel, IListTIdentifier
See Also