Interface ISelectable
Utility interface for objects that can be selected .
Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public interface ISelectable
Properties
| Improve this Doc View SourceIsSelected
Is the current object selected
Declaration
bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
bool |