|
|
|
|
EditIgnore Property, ItemClass Class |
Defines whether the cells in this item are ignored for cell editing.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public Property EditIgnore As Boolean |
C# |
public bool EditIgnore { get; set; } |
C++ |
public: property bool EditIgnore { |
Property Value
True if cells in this item are ignored for cell editing and cannot be edited using the CellClass.Edit method and the EditNavigate method will skip this item.
Otherwise False if cells in this item can be edited.
The default value is False.
Comments
The EditIgnore property 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.