Interface
IStackCollectionElement

Contract for items stored in a stack-like collection; each element exposes a unique, human-readable name used for lookup and ordering.

Definition

Namespace:Telerik.Windows.Documents.Core.Data

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public interface IStackCollectionElement

Properties

Name

The unique element name used as a key within the collection, preserving identity and enabling fast retrieval.

Declaration

cs-api-definition
string Name { get; }

Property Value

string

The name.

In this article
DefinitionPropertiesName
Not finding the help you need?
Contact Support