ColumnViewRow.focusable

bool focusable() @property nothrow

Get focusable property.

Returns

If the row can be focused with the keyboard.
void focusable(bool propval) @property nothrow

Set focusable property.

Parameters

propvalIf the row can be focused with the keyboard.