CheckLookupEditorAttribute.FilterField property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Optional filtering field (items will be filtered on this key, e.g. GroupID) Make sure you have [LookupInclude] attribute on this field of lookup row, otherwise you'll have empty results as this field won't be available client side.

public object FilterField { get; set; }

See Also