Gets or sets the control used to edit the item's text.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Control EditControl { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EditControl As Control |
An instance of the .NET Control class.
RemarksIf a custom editor is specified and it does not implement the IInplaceEditor interface, the Text property will be used as the cell value upon successful edit.
See Also