Manages the selection state of items in an ITable
instance.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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.