Defines whether the cells in this item are ignored for cell editing.
Class: ItemClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET
public bool EditIgnore { get; set; }
Public Property EditIgnore As Boolean
True if cells in this item are ignored for cell editing and cannot be edited using the CellClass.Edit method and the SftTree.EditNavigate method will skip this item.
Otherwise False if cells in this item can be edited.
The default value is False.
Defines whether the cells in this item are ignored for cell editing.
This method can only be used for items in the item area.
Individual cells can disable cell editing using the CellBaseClass.EditIgnore property.
See Also ItemClass Class | Classes | SftTree/NET 2.0