|
|
|
|
Allowed Field, EditAllowedEventArgs Class |
Defines whether the cell can be edited. This value can be modified by the EditAllowed event handler.
Syntax EditAllowedEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public Property Allowed As Boolean |
C# |
public bool Allowed; |
C++ |
public: bool Allowed; |
Field Value
Set to True if the cell can be edited, otherwise False. The default is True.
Comments
The Allowed field defines whether the cell can be edited. This value can be modified by the EditAllowed event handler.