nuPickers
nuPickers copied to clipboard
Add GetEnabled to EnumExtensions
The EnumExtensions now contains the following methods: GetKey GetLabel
The EnumDataSource attribute also has an Enabled property. It would be nice if you could also return that boolean with a GetEnabled extension method.
Looks like this existed at some point but seems Enabled removed now as no property on EditorDataItem? {nuPickers/Shared/Editor/EditorDataItem.cs}
also removed in the EnumDataSource {/nuPickers/Shared/EnumDataSource/EnumDataSource.cs}
case "Enabled":
//enabled = (bool)customAttributeNamedArguement.TypedValue.Value;
break;