Click or drag to resize

ITabbedElementViewDC Interface

Interface for a tabbed element view that is aware of its data context. The controller must have a Tabs property of type SelectableListNodeList with items of type SelectableListNodeWithController, and a SelectedTab property whose type matches the type of the tags in SelectableListNodeWithController.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ITabbedElementViewDC : IDataContextAwareView

The ITabbedElementViewDC type exposes the following members.

Properties
 NameDescription
Public propertyDataContext Sets the data context of the view.
(Inherited from IDataContextAwareView)
Top
See Also