Gets or sets a value indicating whether this RibbonListViewItem is editable. If the property is set to true, the RibbonListViewItem can be edited by a text box that appears on double clicking the item, pressing the F2 key or using the RibbonListView.ActivateEditItemTextBox method. The default value is false.

Introduced: X17.

Syntax

public bool IsEditable { get; set; }
Public Property IsEditable() As Boolean

Limitations

A RibbonListViewItem can only be editable, if the corresponding RibbonListView.ViewMode property is set to ListViewMode.Text or ListViewMode.Icon | ListViewMode.Text.