|
|
|
|
EditIgnore Property, CellClass Class |
Defines whether the cell is ignored for cell editing.
Syntax CellClass Class (Softelvdm.SftTreeNET)
VB |
Public Property EditIgnore As Boolean |
C# |
public bool EditIgnore { get; set; } |
C++ |
public: property bool EditIgnore { |
Property Value
True if this cell is ignored for cell editing and it cannot be edited using the CellClass.Edit method and the EditNavigate method will skip this cell, otherwise False if this cell can be edited.
The default value is False.
Comments
The EditIgnore property defines whether the cell is ignored for cell editing.
This property can only be used for items in the item area.
If the item's ItemClass.EditIgnore property prevents editing, this property has no effect.