InterfaceIGroup
Interface
Represents a (non-visual) diagramming group.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
cs-api-definition
public interface IGroup : IGroupable
Inherited Members
Properties
IsSelected
Gets or sets a value indicating whether this group is selected.
Items
Gets the items contained within this group.
Events
ItemsChanged
Occurs when the collection of items this group contains has changed.
Declaration
cs-api-definition
event NotifyCollectionChangedEventHandler ItemsChanged
Event Value
SelectionChanged
Occurs when the selected item within this group has changed.