Jenga Options
Add Jenga options attribute to a property to provide options for the user to choose from using dropdown.
It accepts one comma delimited string parameter.
[JengaOptions("Male,Female,Other")]
public string Gender { get; set; }

Using Jenga Options as record filter
Simply check the filter property from the properties window.


Last updated