Interface IStackCollectionElement
Represents StackCollection element.
Namespace: Telerik.Windows.Documents.Utils
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IStackCollectionElement
Properties
Name
Gets the name of the element.
Declaration
string Name { get; }
Property Value
System.String
The name. |