Click or drag to resize

ISelectableItem Interface

Interface of an item that can be either selected or unselected.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ISelectableItem

The ISelectableItem type exposes the following members.

Properties
 NameDescription
Public propertyIsSelected Gets or sets a value indicating whether this instance is selected.
Top
See Also