selectable


Description:

public bool selectable { get; set; }

Whether the item can be selected or not.

Setting this property to true doesn't guarantee that the item will actually be selectable, since there are other external factors to take into account, like the item's Granite.Widgets.SourceList.Item.visible property; whether the item is a category; the parent item is collapsed, etc.

Since:

0.2

See also:

Granite.Widgets.SourceList.Item.visible