A specialized IGraphSelection implementation that wraps an existing IGraphSelection and an existing IStripeSelection and synchronizes their state.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class CompositeStripeSelection : IGraphSelection, 
	ISelectionModel<IModelItem>, IEnumerable<IModelItem>, IEnumerable, 
	IDisposable
Visual Basic
Public Class CompositeStripeSelection _
	Implements IGraphSelection, ISelectionModel(Of IModelItem),  _
	IEnumerable(Of IModelItem), IEnumerable, IDisposable

Remarks

An instance of this class is returned by GraphSelection if a TableEditorInputMode is installed as a child mode and its SynchronizeWithGraphSelection property is trueTruetruetrue (True in Visual Basic).

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..CompositeStripeSelection

See Also