Interface ISelectable<T> Namespace: Fleet.Mobile.Containers Assembly: FleetMobile.dll Syntax public interface ISelectable<T> Type Parameters T Properties IsSelected Declaration bool IsSelected { get; set; } Property Value bool Item Declaration T Item { get; } Property Value T