Manages the selection state of items in an ITable instance.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IStripeSelection : ISelectionModel<IStripe>, 
	IEnumerable<IStripe>, IEnumerable
Visual Basic
Public Interface IStripeSelection _
	Inherits ISelectionModel(Of IStripe), IEnumerable(Of IStripe),  _
	IEnumerable

Remarks

This interface provides access to the ISelectionModel<(Of <(<'T>)>)> instances that manage the selection of rows and columns. The generic methods that use IModelItem parameters delegate to the corresponding domain-specific selection models.

See Also