|
|
|
|
EditControl Field, EditSetupEventArgs Class |
Defines the control used for cell editing. This value can be modified by the EditSetup event handler.
Syntax EditSetupEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public Property EditControl As Control |
C# |
public Control EditControl; |
C++ |
public: Control^ EditControl; |
Field Value
This field must be set to the control used for cell editing by the EditSetup event handler. The default is null/Nothing.
Comments
The EditControl field defines the control used for cell editing. This value can be modified by the EditSetup event handler.