
Is it possible to have an EnumEditBox only present a subset of the available values?
I have an enum with values like value1, value2, value3, uninitialized - I'd like to omit "uninitialized" from being selected by the user. The 'uninitialized' value will never be set to the bound property once the editbox is shown.