C++ C#

SelectorDetail Class

API Reference

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

This website stores cookies on your computer that are used to manage the order in which you see the pages. To find out more about the cookies we use, see our Privacy Policy.