Click or drag to resize

INamedItem Interface

Defines an item that has an associated name.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface INamedItem

The INamedItem type exposes the following members.

Properties
 NameDescription
Public propertyName Gets the name of the item.
Top
See Also