| Summary: | Handle an enum by ComboView | ||
|---|---|---|---|
| Product: | [Technology] XWT | Reporter: | Yves YANG <yves.yang> |
| Component: | Core | Assignee: | Project Inbox <e4.xwt-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Yves YANG
We should provide the enumeration type as the binding source of input property:
<ComboViewer input="{Binding source={x:Type j:EmployeeType}}"/>
where EmployeeType is enum like:
enum EmployeeType {
FullTime, PartialTime, Unemployed.
}
The implementation is done and committed in CVS. |