Namespace: Semata.ControlsCLR
SelectorDetail is a WPF control designed to provide Master/Detail coordination between a Selector control, whose Items implement IEditableData, and a set of controls that allow the particular item selected to be edited.
The SelectorDetail instance needs to be an ancestor of the Selector and the controls that provide for editing.
It should have its DataContext set to an instance of a SelectorDetailSource.
The child Selector and editing controls can then bind to the properties of the SelectorDetailSource.
public class SelectorDetail : ContentControl
Implements: ContentControl
Constructors
Name | Description |
SelectorDetail() |
Constructs a new instance of SelectorDetail |
Methods
Name | Description |
SetCurrent(object) |
Sets the SelectedItem property of the associated Selector |