Namespace Benday.Presentation.Controls
Classes
ComboboxField
A control that contains a label and a combobox. This typically is bound to an instance of SingleSelectListViewModel or SelectableCollectionViewModel.
DependencyPropertyUtility
LabelField
Control for displaying only a label.
ListboxField
A control that contains a label and a listbox. This typically is bound to an instance of SingleSelectListViewModel or SelectableCollectionViewModel.
PlatformClass1
Resource
TextboxField
A control that contains a label and a textbox. This typically is bound to an instance of ViewModelField.