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