Interface ICollapsible
Represents a collapsible item.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface ICollapsible
Properties
IsCollapsed
Gets or sets a value indicating whether this item is collapsed.
Declaration
bool IsCollapsed { get; set; }
Property Value
System.Boolean
|