Interface IStackCollectionElement
Contract for items stored in a stack-like collection; each element exposes a unique, human-readable name used for lookup and ordering.
Namespace: Telerik.Windows.Documents.Core.Data
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public interface IStackCollectionElement
Properties
Name
The unique element name used as a key within the collection, preserving identity and enabling fast retrieval.
Declaration
string Name { get; }
Property Value
|
System.String
The name. |