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