Click or drag to resize
MasterListToSubsetBinderTSubsetModel, TMasterModel, TListModel, TIdentifierGetListIdentifierAction Property
Gets or sets the action that retrieves the identifier from a row list item.

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

Property Value

Type: FuncTListModel, TIdentifier
See Also