Event fired before the cell edit operation is started
Syntax
Event Data
The event handler receives an argument of type InitializeCellEditEventArgs containing data related to this event. The following InitializeCellEditEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| AllowEdit | Determines if the edit process will be allowed. |
| ColumnIndex | The zero-based index of the dbiColumnItem where the edit will take place. |
| ColumnItem | The dbiColumnItem where the edit will take place. |
| NodeItem | The dbiNodeItem where the edit will take place. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also