Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

EditIgnore Property, CellClass Class

Defines whether the cell is ignored for cell editing.

Class: CellClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public bool EditIgnore { get; set; }
Public Property EditIgnore As Boolean

Value

True if this cell is ignored for cell editing and it cannot be edited using the CellClass.Edit method and the SftTree.EditNavigate method will skip this cell, otherwise False if this cell can be edited.

The default value is False.

Comments

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.

See Also CellClass Class | Classes | SftTree/NET 2.0