Click or drag to resize

IProjectItemDisplayBindingDescriptor Interface

Describes the binding between a project-item type and a view-content type.

Namespace: Altaxo.Gui.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IProjectItemDisplayBindingDescriptor

The IProjectItemDisplayBindingDescriptor type exposes the following members.

Properties
 NameDescription
Public propertyProjectItemType Gets the project-item type.
Public propertyViewContentType Gets the view-content type.
Top
See Also